summary refs log tree commit diff stats
path: root/tests/constructors/a.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/constructors/a.nim')
-rw-r--r--tests/constructors/a.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/constructors/a.nim b/tests/constructors/a.nim
new file mode 100644
index 000000000..03788fc57
--- /dev/null
+++ b/tests/constructors/a.nim
@@ -0,0 +1,2 @@
+type A* = object
+  a: uint8
\ No newline at end of file