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