blob: fb92ec773c1a6239a0a101b3b07779539329282a [file] [log] [blame]
Eric Christopherc1f2e8c2010-02-17 08:53:27 +00001// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
3extern __inline__ void dead_function() {}