Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
2b80ec2192c74bf7927982759684bc736af0062c
/
.
/
test
/
Parser
/
attributes.c
blob: 29e8c81f3b1e8447288f3a5c7cd05d2ef3166a22 [
file
] [
log
] [
blame
]
Reid Spencer
5f016e2
2007-07-11 17:01:13 +0000
[
diff
] [
blame
]
1
// RUN: clang -parse-ast-check %s
2
3
static
__inline
void
__attribute__
((
__always_inline__
,
__nodebug__
))
// expected-warning {{extension used}}
4
foo
(
void
)
5
{
6
}