Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/bugs/203-7.cfa

    r15806ed rfd54fef  
    11// Trac ticket: https://cforall.uwaterloo.ca/trac/ticket/203
    22
    3 forall(dtype A)
     3forall(A &)
    44struct empty {
    55        // Nothing.
    66};
    77
    8 forall(dtype C)
     8forall(C &)
    99struct wrap_e {
    1010        empty(C) field;
Note: See TracChangeset for help on using the changeset viewer.