diff options
Diffstat (limited to 'test/FrontendC/2005-12-04-AttributeUsed.c')
-rw-r--r-- | test/FrontendC/2005-12-04-AttributeUsed.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/FrontendC/2005-12-04-AttributeUsed.c b/test/FrontendC/2005-12-04-AttributeUsed.c deleted file mode 100644 index f47e977..0000000 --- a/test/FrontendC/2005-12-04-AttributeUsed.c +++ /dev/null @@ -1,8 +0,0 @@ -// RUN: %llvmgcc %s -S -o - | llvm-as | llvm-dis | \ -// RUN: grep llvm.used | grep foo | grep X - -int X __attribute__((used)); -int Y; - -__attribute__((used)) void foo() {} - |