Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
8d96fc111c1e6d2467e71ad576a379d71ce523cc
/
.
/
test
/
FrontendC
/
2003-12-14-ExternInlineSupport.c
blob: fb92ec773c1a6239a0a101b3b07779539329282a [
file
] [
log
] [
blame
]
Dan Gohman
f17a25c
2007-07-18 16:29:46 +0000
[
diff
] [
blame
]
1
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
2
3
extern
__inline__
void
dead_function
()
{}