Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
cad129bcc0a23d1acfb6560f12ff1066c7b42ba0
/
.
/
test
/
FrontendC
/
2003-12-14-ExternInlineSupport.c
blob: a45eb98dca2ad084c145f1e39ff59429d541fecd [
file
] [
log
] [
blame
]
// RUN: %llvmgcc -xc %s -S -o - | not grep dead_function
extern
__inline__
void
dead_function
()
{}