ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change
on this file since 93885663 was
51b7345,
checked in by Peter A. Buhr <pabuhr@…>, 10 years ago
|
initial commit
|
-
Property mode set to
100644
|
File size:
388 bytes
|
Rev | Line | |
---|
[51b7345] | 1 | int a1[]; |
---|
| 2 | int a2[*]; |
---|
| 3 | int a4[3]; |
---|
| 4 | |
---|
| 5 | int m1[][3]; |
---|
| 6 | int m2[*][*]; |
---|
| 7 | int m4[3][3]; |
---|
| 8 | |
---|
| 9 | typedef int T; |
---|
| 10 | |
---|
| 11 | int fred() { |
---|
| 12 | int a1[]; |
---|
| 13 | int a2[*]; |
---|
| 14 | int a4[3]; |
---|
| 15 | int T[3]; |
---|
| 16 | } |
---|
| 17 | |
---|
| 18 | int mary( int T[3], |
---|
| 19 | int p1[const 3], |
---|
| 20 | int p2[static 3], |
---|
| 21 | int p3[static const 3] |
---|
| 22 | ) { |
---|
| 23 | } |
---|
| 24 | |
---|
| 25 | int (*tom())[3] { |
---|
| 26 | } |
---|
| 27 | |
---|
| 28 | int (*(jane)())( int T[3], |
---|
| 29 | int p1[const 3], |
---|
| 30 | int p2[static 3], |
---|
| 31 | int p3[static const 3] |
---|
| 32 | ) { |
---|
| 33 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.