summary refs log tree commit diff stats
path: root/tests/trecincb.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/trecincb.nim')
-rwxr-xr-xtests/trecincb.nim6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/trecincb.nim b/tests/trecincb.nim
new file mode 100755
index 000000000..6191671a1
--- /dev/null
+++ b/tests/trecincb.nim
@@ -0,0 +1,6 @@
+# Test recursive includes
+
+
+include trecincb #ERROR_MSG recursive dependency: 'tests/trecincb.nim'
+
+echo "trecinb"