new testcase for PR1708
[oota-llvm.git] / test / CFrontend / 2003-12-14-ExternInlineSupport.c.tr
1 // RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
2
3 extern __inline__ void dead_function() {}