source: src/tests/.expect/tupleAssign.txt@ 60401b76

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 60401b76 was a29be37, checked in by Rob Schluntz <rschlunt@…>, 9 years ago

add a few test cases for tuples

  • Property mode set to 100644
File size: 214 bytes
Line 
1u=5 v=6 x=10 y=11 z=[100, 200]
2u=11 v=10 x=11 y=10 z=[11, 10]
3u=10 v=11 z=[10, 11]
4u=123 v=456 z=[111, 222]
5d=-2153.12 i=-2153 c=-105 t=[-2153, -2153.12, -2153]
6d=-2153.12 i=-2153 c=-105 t=[-2153, -2153.12, -2153]
Note: See TracBrowser for help on using the repository browser.