New testcase
authorChris Lattner <sabre@nondot.org>
Mon, 15 Dec 2003 00:03:53 +0000 (00:03 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Dec 2003 00:03:53 +0000 (00:03 +0000)
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 [new file with mode: 0644]

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