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


include trecincb

echo "trecinb"