llvm-project/llvm/test/FrontendC/2003-12-14-ExternInlineSupp...

4 lines
100 B
C

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