diff options
Diffstat (limited to 'test/FrontendC/2008-02-11-AnnotateBuiltin.c')
-rw-r--r-- | test/FrontendC/2008-02-11-AnnotateBuiltin.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/FrontendC/2008-02-11-AnnotateBuiltin.c b/test/FrontendC/2008-02-11-AnnotateBuiltin.c deleted file mode 100644 index 32bc7a8..0000000 --- a/test/FrontendC/2008-02-11-AnnotateBuiltin.c +++ /dev/null @@ -1,7 +0,0 @@ -// RUN: %llvmgcc %s -S -o - | llvm-as | llvm-dis | grep llvm.annotation - -int main() { - int x = 0; - return __builtin_annotation(x, "annotate"); -} - |