Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
9cb15b5be51b7e36f3fe0c9ee256eb9c99b9d796
/
.
/
test
/
FrontendC
/
2003-12-14-ExternInlineSupport.c
blob: fb92ec773c1a6239a0a101b3b07779539329282a [
file
] [
log
] [
blame
]
Eric Christopher
a8572bb
2010-02-17 08:53:27 +0000
[
diff
] [
blame
]
1
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
Chris Lattner
d598561
2003-12-15 00:03:53 +0000
[
diff
] [
blame
]
2
3
extern
__inline__
void
dead_function
()
{}