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