summary refs log blame commit diff stats
path: root/tests/reject/trecinca.nim
blob: 99750beb9e327641c268486a357b702e481ef79f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
           

                      
                                                               
   




                                                                      

 
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"