summaryrefslogtreecommitdiff
path: root/test-nsc/files/run/constructors.check
diff options
context:
space:
mode:
Diffstat (limited to 'test-nsc/files/run/constructors.check')
-rw-r--r--test-nsc/files/run/constructors.check5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-nsc/files/run/constructors.check b/test-nsc/files/run/constructors.check
new file mode 100644
index 0000000000..0743b7e296
--- /dev/null
+++ b/test-nsc/files/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