summaryrefslogtreecommitdiffstats
path: root/llvm/test/CFrontend/2003-12-14-ExternInlineSupport.c
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CFrontend/2003-12-14-ExternInlineSupport.c')
-rw-r--r--llvm/test/CFrontend/2003-12-14-ExternInlineSupport.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CFrontend/2003-12-14-ExternInlineSupport.c b/llvm/test/CFrontend/2003-12-14-ExternInlineSupport.c
new file mode 100644
index 00000000000..fb92ec773c1
--- /dev/null
+++ b/llvm/test/CFrontend/2003-12-14-ExternInlineSupport.c
@@ -0,0 +1,3 @@
+// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
+
+extern __inline__ void dead_function() {}
OpenPOWER on IntegriCloud