summary refs log tree commit diff stats
path: root/tests/reject/trecinca.nim
blob: 99750beb9e327641c268486a357b702e481ef79f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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 "trecina"