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