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