aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled/macro/run/reify_closure6.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/disabled/macro/run/reify_closure6.check')
-rw-r--r--tests/disabled/macro/run/reify_closure6.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/disabled/macro/run/reify_closure6.check b/tests/disabled/macro/run/reify_closure6.check
new file mode 100644
index 000000000..b9de4c6ba
--- /dev/null
+++ b/tests/disabled/macro/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