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 262f085f 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:
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.