summaryrefslogtreecommitdiff
path: root/test/FrontendC/attribute_constructor.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/attribute_constructor.c')
-rw-r--r--test/FrontendC/attribute_constructor.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/FrontendC/attribute_constructor.c b/test/FrontendC/attribute_constructor.c
deleted file mode 100644
index da17a37e26..0000000000
--- a/test/FrontendC/attribute_constructor.c
+++ /dev/null
@@ -1,6 +0,0 @@
-// RUN: %llvmgcc %s -S -o - | grep llvm.global_ctors
-
-void foo() __attribute__((constructor));
-void foo() {
- bar();
-}