diff options
Diffstat (limited to 'llvm/test/FrontendC/attribute_constructor.c')
-rw-r--r-- | llvm/test/FrontendC/attribute_constructor.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/FrontendC/attribute_constructor.c b/llvm/test/FrontendC/attribute_constructor.c deleted file mode 100644 index da17a37e260..00000000000 --- a/llvm/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(); -} |