diff --git a/llvm/test/Regression/CFrontend/2003-12-14-ExternInlineSupport.c.tr b/llvm/test/Regression/CFrontend/2003-12-14-ExternInlineSupport.c.tr new file mode 100644 index 000000000000..fb92ec773c1a --- /dev/null +++ b/llvm/test/Regression/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() {}