llvm/test/CFrontend/2003-12-14-ExternInlineSupport.c
2008-05-21 14:48:24 +00:00

4 lines
111 B
C

// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
extern __inline__ void dead_function() {}