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




                                                                      

 
discard """
  file: "tests/reject/trecincb.nim"
  line: 9
  errormsg: "recursive dependency: 'trecincb.nim'"
"""
# Test recursive includes

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

echo "trecina"