Sign in
android
/
toolchain
/
rustc
/
635618df8991b8a005e435895ea0b1eee7e3faf0
/
.
/
src
/
llvm-project
/
clang
/
test
/
Sema
/
attr-unknown.c
blob: ebb52c2c3e48f2462beb370c314a6229d37c0fa1 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -verify -Wattributes %s
int
x __attribute__
((
foobar
));
// expected-warning {{unknown attribute 'foobar' ignored}}
void
z
(
void
)
__attribute__
((
bogusattr
));
// expected-warning {{unknown attribute 'bogusattr' ignored}}