source: src/tests/.expect/tupleVariadic.txt @ 1e3d5b6

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 1e3d5b6 was 1e3d5b6, checked in by Rob Schluntz <rschlunt@…>, 7 years ago

updated tupleVariadic test to include recursive example

  • Property mode set to 100644
File size: 378 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, }
11calling func
12called process(int) 3
13called process(double) 2
14called process(int) 111
15called process(double) 4.145
16called func(void)
17finished func
Note: See TracBrowser for help on using the repository browser.