summaryrefslogtreecommitdiff
path: root/test/CodeGen/2003-12-14-ExternInlineSupport.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2003-12-14-ExternInlineSupport.c')
-rw-r--r--test/CodeGen/2003-12-14-ExternInlineSupport.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/2003-12-14-ExternInlineSupport.c b/test/CodeGen/2003-12-14-ExternInlineSupport.c
new file mode 100644
index 0000000000000..eb3859c380920
--- /dev/null
+++ b/test/CodeGen/2003-12-14-ExternInlineSupport.c
@@ -0,0 +1,3 @@
+// RUN: %clang_cc1 -std=gnu89 %s -emit-llvm -o - | not grep dead_function
+
+extern __inline__ void dead_function() {}