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

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

echo "trecina"