Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
901b412d65d40ed8df16701e89bf5dd5b145cbd0
/
.
/
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
)
{
}