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

4 lines
111 B
C
Raw Normal View History

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