aboutsummaryrefslogtreecommitdiff
path: root/test/FrontendC/2003-12-14-ExternInlineSupport.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2003-12-14-ExternInlineSupport.c')
-rw-r--r--test/FrontendC/2003-12-14-ExternInlineSupport.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/FrontendC/2003-12-14-ExternInlineSupport.c b/test/FrontendC/2003-12-14-ExternInlineSupport.c
deleted file mode 100644
index a45eb98dca2a..000000000000
--- a/test/FrontendC/2003-12-14-ExternInlineSupport.c
+++ /dev/null
@@ -1,3 +0,0 @@
-// RUN: %llvmgcc -xc %s -S -o - | not grep dead_function
-
-extern __inline__ void dead_function() {}