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