summary refs log tree commit diff stats
path: root/tests/destructor/helper.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/destructor/helper.nim')
-rw-r--r--tests/destructor/helper.nim3
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