blob: 6103cf2e74125571b81f2be6056f35080f36da68 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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
|