Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e9f2a90d1f3e11a76c36df2bc51bf0d02b4d0ff1
/
.
/
clang
/
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
)
{
}