source: src/tests/tuple/.expect/tupleVariadic.txt @ ecd4923

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 ecd4923 was 46dfe66, checked in by Rob Schluntz <rschlunt@…>, 6 years ago

Move tuple tests into a subdirectory

  • Property mode set to 100644
File size: 390 bytes
RevLine 
[0c286cf]1called ?{} with no a
2array = { }
3called ?{} with a: 999
4array = { 999, }
[da6dec23]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, }
[dd0c97b]11copy=111111
[1e3d5b6]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.