summaryrefslogtreecommitdiff
path: root/test/pending/run/reify_closure6.check
blob: e521ea874d235bf809866d4015ba07ab13ccffaf (plain) (blame)
1
2
3
4
5
6
7
q = 1
y = 1
first invocation = 15
q = 2
y = 1
second invocation = 17
q after second invocation = 2