diff options
Diffstat (limited to 'llvm/test/FrontendC/2005-12-04-AttributeUsed.c')
| -rw-r--r-- | llvm/test/FrontendC/2005-12-04-AttributeUsed.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/FrontendC/2005-12-04-AttributeUsed.c b/llvm/test/FrontendC/2005-12-04-AttributeUsed.c deleted file mode 100644 index f47e977f486..00000000000 --- a/llvm/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() {} - |

