mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
12 lines
161 B
Nim
12 lines
161 B
Nim
discard """
|
|
errormsg: "recursive dependency: 'trecincb.nim'"
|
|
file: "trecincb.nim"
|
|
line: 9
|
|
"""
|
|
# Test recursive includes
|
|
|
|
|
|
include trecincb
|
|
|
|
echo "trecinb"
|