diff options
Diffstat (limited to 'test/LLVMC/include.c')
-rw-r--r-- | test/LLVMC/include.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/LLVMC/include.c b/test/LLVMC/include.c deleted file mode 100644 index 07ae761d2c881..0000000000000 --- a/test/LLVMC/include.c +++ /dev/null @@ -1,9 +0,0 @@ -/* - * Check that the 'include' options work. - * RUN: echo "int x;\n" > %t1.inc - * RUN: llvmc -include %t1.inc -fsyntax-only %s - */ - -int f0(void) { - return x; -} |