ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
Last change
on this file since fcd01432 was bf71cfd, checked in by Thierry Delisle <tdelisle@…>, 7 years ago |
|
Moved up many directories in source
|
-
Property mode
set to
100644
|
|
File size:
390 bytes
|
| Rev | Line | |
|---|
| [0c286cf] | 1 | called ?{} with no a
|
|---|
| 2 | array = { }
|
|---|
| 3 | called ?{} with a: 999
|
|---|
| 4 | array = { 999, }
|
|---|
| [da6dec23] | 5 | called ?{} with a: 123 456
|
|---|
| 6 | array = { 123, 456, }
|
|---|
| 7 | called ?{} with a: 100 200 300
|
|---|
| 8 | array = { 100, 200, 300, }
|
|---|
| 9 | called ?{} with a: 10 2 3 4
|
|---|
| 10 | array = { 10, 2, 3, 4, }
|
|---|
| [dd0c97b] | 11 | copy=111111
|
|---|
| [1e3d5b6] | 12 | calling func
|
|---|
| 13 | called process(int) 3
|
|---|
| 14 | called process(double) 2
|
|---|
| 15 | called process(int) 111
|
|---|
| 16 | called process(double) 4.145
|
|---|
| 17 | called func(void)
|
|---|
| 18 | finished func
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.