diff options
Diffstat (limited to 'tests/trecincb.nim')
-rwxr-xr-x | tests/trecincb.nim | 6 |
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" |