summaryrefslogtreecommitdiff
path: root/tests/preprocessor/include.spire
diff options
context:
space:
mode:
Diffstat (limited to 'tests/preprocessor/include.spire')
-rw-r--r--tests/preprocessor/include.spire8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/preprocessor/include.spire b/tests/preprocessor/include.spire
deleted file mode 100644
index 8feca21cc..000000000
--- a/tests/preprocessor/include.spire
+++ /dev/null
@@ -1,8 +0,0 @@
-//TEST:SIMPLE:
-// #include support
-
-int foo() { return 0; }
-
-#include "include-a.spireh"
-
-int baz() { return bar(); } \ No newline at end of file