mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
Declare the root symbol only once and have the other modules depending on it emit an `extern` declaration. Fixes #9013
10 lines
218 B
Nim
10 lines
218 B
Nim
discard """
|
|
targets: "cpp"
|
|
cmd: "nim $target --debugger:native $options $file"
|
|
"""
|
|
|
|
# The --debugger switch is needed in order to enable the defined(nimTypeNames)
|
|
# code path in hti.nim
|
|
import typeinfo
|
|
var tt: Any
|