diff options
Diffstat (limited to 'test/LLVMC/wall.c')
-rw-r--r-- | test/LLVMC/wall.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/LLVMC/wall.c b/test/LLVMC/wall.c deleted file mode 100644 index 2c72ea69929d0..0000000000000 --- a/test/LLVMC/wall.c +++ /dev/null @@ -1,12 +0,0 @@ -/* - * Check that -Wall works as intended - * RUN: llvmc -Wall %s -o %t - * RUN: ./%t | grep hello - */ - -#include <stdio.h> - -int main() { - printf("hello\n"); - return 0; -} |