diff options
Diffstat (limited to 'tests/destructor/helper.nim')
-rw-r--r-- | tests/destructor/helper.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/destructor/helper.nim b/tests/destructor/helper.nim new file mode 100644 index 000000000..466065747 --- /dev/null +++ b/tests/destructor/helper.nim @@ -0,0 +1,3 @@ +type + MyTestObject*[T] = object + p: ptr T |