source: src/tests/.expect/tupleVariadic.txt@ e2f7bc3

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since e2f7bc3 was dd0c97b, checked in by Rob Schluntz <rschlunt@…>, 9 years ago

prevent generic parameters from polluting the outer scope in Box Pass2

  • Property mode set to 100644
File size: 390 bytes
Line 
1called ?{} with no a
2array = { }
3called ?{} with a: 999
4array = { 999, }
5called ?{} with a: 123 456
6array = { 123, 456, }
7called ?{} with a: 100 200 300
8array = { 100, 200, 300, }
9called ?{} with a: 10 2 3 4
10array = { 10, 2, 3, 4, }
11copy=111111
12calling func
13called process(int) 3
14called process(double) 2
15called process(int) 111
16called process(double) 4.145
17called func(void)
18finished func
Note: See TracBrowser for help on using the repository browser.