summary refs log tree commit diff stats
path: root/tests/destructor/helper.nim
blob: 466065747fd19607e8cc17601a9ee89c1065afad (plain) (blame)
1
2
3
type
  MyTestObject*[T] = object
    p: ptr T