llvm-mirror/test/FrontendC/2003-12-14-ExternInlineSupport.c

4 lines
111 B
C
Raw Normal View History

2003-12-15 00:03:53 +00:00
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
extern __inline__ void dead_function() {}