summary refs log tree commit diff stats
path: root/tests/ccgbugs/thtiobj.nim
blob: 6db24dad0da0b4f872f4328a7e608e4e0aefaf66 (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  matrix: "--mm:refc"
  targets: "c cpp"
"""

import typeinfo

var x = ""
discard (getPointer(toAny(x)))