summary refs log tree commit diff stats
path: root/tests/reject/trecincb.nim
blob: 9dd7d51de46ebe134221489773702f33171cafb8 (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/reject/trecincb.nim'"
"""
# Test recursive includes


include trecincb #ERROR_MSG recursive dependency: 'tests/trecincb.nim'

echo "trecinb"