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




                                                                      

 
discard """
  file: "tests/reject/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"