Move variable that's unused in an NDEBUG build inside the DEBUG() macro, fixing
[llvm.git] / test / FrontendC / 2003-12-14-ExternInlineSupport.c
bloba45eb98dca2ad084c145f1e39ff59429d541fecd
1 // RUN: %llvmgcc -xc %s -S -o - | not grep dead_function
3 extern __inline__ void dead_function() {}