aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CFrontend/2003-12-14-ExternInlineSupport.c.tr3
1 files changed, 3 insertions, 0 deletions
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 0000000000..fb92ec773c
--- /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() {}