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


                      
                                                               
   





                                                                      

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


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

echo "trecinb"