t9013.nim 218 B

12345678910
  1. discard """
  2. targets: "cpp"
  3. cmd: "nim $target --debugger:native $options $file"
  4. """
  5. # The --debugger switch is needed in order to enable the defined(nimTypeNames)
  6. # code path in hti.nim
  7. import typeinfo
  8. var tt: Any