Changes in tests/bugs/203-9.cfa [15806ed:fd54fef]
- File:
-
- 1 edited
-
tests/bugs/203-9.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/bugs/203-9.cfa
r15806ed 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.