Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
6856c631cb15ec87cc92aad115a8fa6512612089
/
.
/
test
/
Parser
/
attributes.c
blob: 6815df72b87aa991e78ff5de1756b9dff9d13364 [
file
] [
log
] [
blame
]
// RUN: clang -parse-ast-check %s -pedantic
static
__inline
void
__attribute__
((
__always_inline__
,
__nodebug__
))
// expected-warning {{extension used}}
foo
(
void
)
{
}