C++程序  |  4行  |  100 B

// RUN: %llvmgcc -xc %s -S -o - | not grep dead_function

extern __inline__ void dead_function() {}