Mercurial > hg > CbC > CbC_llvm
view clang/test/Sema/mips16_attr_not_allowed.c @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children | c4bab56944e8 |
line wrap: on
line source
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fsyntax-only -verify %s void __attribute__((nomips16)) foo32(); // expected-warning {{unknown attribute 'nomips16' ignored}} void __attribute__((mips16)) foo16(); // expected-warning {{unknown attribute 'mips16' ignored}}