Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
43ec2ce4730ecc9a133f28db99a5cd6b445d40e9
/
.
/
clang
/
test
/
Parser
/
attributes.c
blob: f619111208cba8f31c5224757266d0f249ec3229 [
file
] [
log
] [
blame
]
Chris Lattner
43ec2ce
2006-10-17 03:00:45 +0000
[
diff
] [
blame^
]
1
// RUN: clang -fsyntax-only %s
2
3
static
__inline
void
__attribute__
((
__always_inline__
,
__nodebug__
))
4
foo
(
void
)
5
{
6
}