diff options
Diffstat (limited to 'test/FrontendC/2009-03-01-MallocNoAlias.c')
-rw-r--r-- | test/FrontendC/2009-03-01-MallocNoAlias.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/FrontendC/2009-03-01-MallocNoAlias.c b/test/FrontendC/2009-03-01-MallocNoAlias.c deleted file mode 100644 index 22ff6cb..0000000 --- a/test/FrontendC/2009-03-01-MallocNoAlias.c +++ /dev/null @@ -1,3 +0,0 @@ -// RUN: %llvmgcc %s -S -o - | grep noalias - -void * __attribute__ ((malloc)) foo (void) { return 0; } |