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