Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a much
[oota-llvm.git] / test / FrontendC / 2003-12-14-ExternInlineSupport.c
1 // RUN: %llvmgcc -xc %s -S -o - | not grep dead_function
2
3 extern __inline__ void dead_function() {}