Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
6960f6e53b0d9a69a460c99ec199470271ff9603
/
.
/
test
/
Sema
/
attr-unknown.c
blob: d1a831d6bae9026268069ca36aa4cff53dc8c228 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -verify -Wattributes %s
int
x __attribute__
((
foobar
));
// expected-warning {{unknown attribute 'foobar' ignored}}
void
z
()
__attribute__
((
bogusattr
));
// expected-warning {{unknown attribute 'bogusattr' ignored}}