Changes in tests/bugs/203-7.cfa [fd54fef:15806ed]
- File:
-
- 1 edited
-
tests/bugs/203-7.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/bugs/203-7.cfa
rfd54fef r15806ed 1 1 // Trac ticket: https://cforall.uwaterloo.ca/trac/ticket/203 2 2 3 forall( A &)3 forall(dtype A) 4 4 struct empty { 5 5 // Nothing. 6 6 }; 7 7 8 forall( C &)8 forall(dtype C) 9 9 struct wrap_e { 10 10 empty(C) field;
Note:
See TracChangeset
for help on using the changeset viewer.