summary refs log tree commit diff stats
path: root/tests/modules/trecinca.nim
blob: 14a91ba5c3313101574956cdeedc48a5878044e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
discard """
  file: "tests/reject/trecincb.nim"
  line: 9
  errormsg: "recursive dependency: 'tests/modules/trecincb.nim'"
"""
# Test recursive includes

include trecincb

echo "trecina"