mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
11 lines
160 B
Nim
11 lines
160 B
Nim
discard """
|
|
errormsg: "recursive dependency: 'trecincb.nim'"
|
|
file: "trecincb.nim"
|
|
line: 9
|
|
"""
|
|
# Test recursive includes
|
|
|
|
include trecincb
|
|
|
|
echo "trecina"
|