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