Changeset fd54fef for tests/bugs/203-7.cfa
- Timestamp:
- Jan 19, 2021, 8:44:29 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- dafbde8
- Parents:
- 2f47ea4
- File:
-
- 1 edited
-
tests/bugs/203-7.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/bugs/203-7.cfa
r2f47ea4 rfd54fef 1 1 // Trac ticket: https://cforall.uwaterloo.ca/trac/ticket/203 2 2 3 forall( dtype A)3 forall(A &) 4 4 struct empty { 5 5 // Nothing. 6 6 }; 7 7 8 forall( dtype C)8 forall(C &) 9 9 struct wrap_e { 10 10 empty(C) field;
Note:
See TracChangeset
for help on using the changeset viewer.