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 7faab5e was
a29be37,
checked in by Rob Schluntz <rschlunt@…>, 8 years ago
|
add a few test cases for tuples
|
-
Property mode set to
100644
|
File size:
321 bytes
|
Line | |
---|
1 | foo([123, 456, 999.123, {321, 654, Q, 3.14}]) |
---|
2 | a=123 b=456 c=999.123 d={321, 654, Q, 3.14} |
---|
3 | X=[123, 456, 999.123, {321, 654, Q, 3.14}] |
---|
4 | foo(...)=456 |
---|
5 | bar([777, 2.76, 8675]) |
---|
6 | bar([123, 999.123, 456]) |
---|
7 | baz(777, 2.76, 8675) |
---|
8 | baz(123, 999.123, 456) |
---|
9 | qux([777, 2.76], 8675) |
---|
10 | qux([123, 999.123], 456) |
---|
11 | x=[3, 5.254, 4] |
---|
12 | x1=3 x2=5.254 x3=4 |
---|
Note: See
TracBrowser
for help on using the repository browser.