Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
083128f6b13dfa4fc615a838c49b516d901b1ac0
/
.
/
test
/
CodeGen
/
attr-noinline.c
blob: 719d6eb88fb3709c118d9e9a52e4dbea77e7ed00 [
file
] [
log
] [
blame
]
// RUN: clang-cc -g -emit-llvm -o %t %s
// RUN: grep 'noinline' %t
void
t1
()
__attribute__
((
noinline
));
void
t1
()
{
}