summaryrefslogtreecommitdiff
path: root/test/files/run/reify_closure6.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/reify_closure6.check')
-rw-r--r--test/files/run/reify_closure6.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/run/reify_closure6.check b/test/files/run/reify_closure6.check
new file mode 100644
index 0000000000..b9de4c6baf
--- /dev/null
+++ b/test/files/run/reify_closure6.check
@@ -0,0 +1,7 @@
+q = 1
+y = 1
+first invocation = 15
+q = 2
+y = 1
+second invocation = 17
+q after second invocation = 2 \ No newline at end of file