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

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

echo "trecina"