source: tests/bugs/203-7.cfa @ 15806ed

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 15806ed 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: 196 bytes
Line 
1// Trac ticket: https://cforall.uwaterloo.ca/trac/ticket/203
2
3forall(dtype A)
4struct empty {
5        // Nothing.
6};
7
8forall(dtype C)
9struct wrap_e {
10        empty(C) field;
11};
12
13wrap_e(bool) error_obj = { {} };
Note: See TracBrowser for help on using the repository browser.