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