diff options
Diffstat (limited to 'test/LLVMC/C/hello.c')
-rw-r--r-- | test/LLVMC/C/hello.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/LLVMC/C/hello.c b/test/LLVMC/C/hello.c deleted file mode 100644 index 29ad39f..0000000 --- a/test/LLVMC/C/hello.c +++ /dev/null @@ -1,13 +0,0 @@ -/* - * Check that we can compile helloworld - * RUN: llvmc %s -o %t - * RUN: %abs_tmp | grep hello - * XFAIL: vg_leak - */ - -#include <stdio.h> - -int main() { - printf("hello\n"); - return 0; -} |