source: src/tests/tuple/.expect/tupleAssign.txt @ 46dfe66

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

Move tuple tests into a subdirectory

  • Property mode set to 100644
File size: 366 bytes
Line 
1u=5 v=6 x=10 y=11 z=[100, 200]
2u=5 v=6 x=10 y=11 z=[100, 200]
3u=11 v=10 x=11 y=10 z=[11, 10]
4u=11 v=10 x=11 y=10 z=[11, 10]
5u=10 v=11 z=[10, 11]
6u=10 v=11 z=[10, 11]
7u=123 v=456 z=[111, 222]
8u=123 v=456 z=[111, 222]
9d=94.12 i=94 c=^ t=[94, 94.12, 94]
10d=94.12 i=94 c=^ t=[94, 94.12, 94]
11d=-94.12 i=-94 c=¢ t=[-94, -94.12, -94]
12d=-94.12 i=-94 c=¢ t=[-94, -94.12, -94]
Note: See TracBrowser for help on using the repository browser.