arm-ehenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change
on this file since 15806ed was
15806ed,
checked in by Andrew Beach <ajbeach@…>, 3 years ago
|
Added bugs for 203 (the new multipart one) and 140 (the only issue marked critical).
|
-
Property mode set to
100644
|
File size:
268 bytes
|
Line | |
---|
1 | // Trac ticket: https://cforall.uwaterloo.ca/trac/ticket/203 |
---|
2 | |
---|
3 | forall(dtype B) |
---|
4 | struct counter { |
---|
5 | int count; |
---|
6 | }; |
---|
7 | |
---|
8 | forall(dtype D) |
---|
9 | struct wrap_c { |
---|
10 | counter(D) field; |
---|
11 | }; |
---|
12 | |
---|
13 | counter(int) count_obj = {5}; |
---|
14 | counter(char) count_obj = {5}; |
---|
15 | |
---|
16 | wrap_c(int) error_obj @= { count_obj }; |
---|
Note: See
TracBrowser
for help on using the repository browser.