ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change
on this file since d1864da was
15806ed,
checked in by Andrew Beach <ajbeach@…>, 4 years ago
|
Added bugs for 203 (the new multipart one) and 140 (the only issue marked critical).
|
-
Property mode set to
100644
|
File size:
250 bytes
|
Rev | Line | |
---|
[15806ed] | 1 | // Trac ticket: https://cforall.uwaterloo.ca/trac/ticket/203 |
---|
| 2 | |
---|
| 3 | forall(dtype A) |
---|
| 4 | struct empty { |
---|
| 5 | // Nothing. |
---|
| 6 | }; |
---|
| 7 | |
---|
| 8 | forall(dtype C) |
---|
| 9 | struct wrap_e { |
---|
| 10 | empty(C) field; |
---|
| 11 | }; |
---|
| 12 | |
---|
| 13 | empty(int) empty_obj; |
---|
| 14 | empty(char) empty_obj; |
---|
| 15 | |
---|
| 16 | wrap_e(char) outer_obj @= { empty_obj }; |
---|
Note: See
TracBrowser
for help on using the repository browser.