source: src/tests/tuple/.expect/tupleFunction.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: 321 bytes
Line 
1foo([123, 456, 999.123, {321, 654, Q, 3.14}])
2a=123 b=456 c=999.123 d={321, 654, Q, 3.14}
3X=[123, 456, 999.123, {321, 654, Q, 3.14}]
4foo(...)=456
5bar([777, 2.76, 8675])
6bar([123, 999.123, 456])
7baz(777, 2.76, 8675)
8baz(123, 999.123, 456)
9qux([777, 2.76], 8675)
10qux([123, 999.123], 456)
11x=[3, 5.254, 4]
12x1=3 x2=5.254 x3=4
Note: See TracBrowser for help on using the repository browser.