diff --git a/test/CFrontend/2003-12-14-ExternInlineSupport.c.tr b/test/CFrontend/2003-12-14-ExternInlineSupport.c.tr new file mode 100644 index 00000000000..fb92ec773c1 --- /dev/null +++ b/test/CFrontend/2003-12-14-ExternInlineSupport.c.tr @@ -0,0 +1,3 @@ +// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function + +extern __inline__ void dead_function() {}