blob: a45eb98dca2ad084c145f1e39ff59429d541fecd [file] [log] [blame]
Duncan Sandsbb8f5902010-11-25 21:24:35 +00001// RUN: %llvmgcc -xc %s -S -o - | not grep dead_function
Chris Lattnerd5985612003-12-15 00:03:53 +00002
3extern __inline__ void dead_function() {}