Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
4b0096578e961587d1ec0ed5dce45f592a65ed41
/
.
/
test
/
Parser
/
attributes.c
blob: 6815df72b87aa991e78ff5de1756b9dff9d13364 [
file
] [
log
] [
blame
]
Chris Lattner
4b00965
2007-07-25 00:24:17 +0000
[
diff
] [
blame^
]
1
// RUN: clang -parse-ast-check %s -pedantic
2
3
static
__inline
void
__attribute__
((
__always_inline__
,
__nodebug__
))
// expected-warning {{extension used}}
4
foo
(
void
)
5
{
6
}