aboutsummaryrefslogtreecommitdiff
path: root/tests/run/constructors.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/constructors.check')
-rw-r--r--tests/run/constructors.check5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/run/constructors.check b/tests/run/constructors.check
new file mode 100644
index 000000000..0743b7e29
--- /dev/null
+++ b/tests/run/constructors.check
@@ -0,0 +1,5 @@
+x=1 y=2
+x=3 y=3
+x=1 y=1
+x=1 y=2 a=1 b=2 c=a
+x=3 y=3 a=3 b=3 c=b