Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
0049db6ce127cbf4671a6a81ad4dfe61fdc4aa5c
/
.
/
test
/
Parser
/
attributes.c
blob: 7161d6c22b110aca77960b818015f605ecac9cff [
file
] [
log
] [
blame
]
// RUN: clang -fsyntax-only -verify %s -pedantic
static
__inline
void
__attribute__
((
__always_inline__
,
__nodebug__
))
// expected-warning {{extension used}}
foo
(
void
)
{
}