Ignore:
File:
1 edited

Legend:

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

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