aboutsummaryrefslogtreecommitdiff
path: root/test/FrontendC/2010-12-01-CommonGlobal.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2010-12-01-CommonGlobal.c')
-rw-r--r--test/FrontendC/2010-12-01-CommonGlobal.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/FrontendC/2010-12-01-CommonGlobal.c b/test/FrontendC/2010-12-01-CommonGlobal.c
deleted file mode 100644
index 3f6d7e885807..000000000000
--- a/test/FrontendC/2010-12-01-CommonGlobal.c
+++ /dev/null
@@ -1,7 +0,0 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
-// Don't crash on a common-linkage constant global.
-extern const int kABSourceTypeProperty;
-int foo(void) {
- return kABSourceTypeProperty;
-}
-const int kABSourceTypeProperty;