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