From d598561318b70d84715a37ceff78217881282b6d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 15 Dec 2003 00:03:53 +0000 Subject: [PATCH] New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10468 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CFrontend/2003-12-14-ExternInlineSupport.c.tr | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/CFrontend/2003-12-14-ExternInlineSupport.c.tr 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() {} -- 2.34.1