blob: fb92ec773c1a6239a0a101b3b07779539329282a [file] [log] [blame]
Chris Lattnerd5985612003-12-15 00:03:53 +00001// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
2
3extern __inline__ void dead_function() {}