Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/zombies/occursError.cfa

    rfd54fef r686cb63  
    1 forall( T ) void f( void (*)( T, T * ) );
    2 forall( U ) void g( U,  U * );
    3 forall( U ) void h( U *, U );
     1forall( otype T ) void f( void (*)( T, T * ) );
     2forall( otype U ) void g( U,  U * );
     3forall( otype U ) void h( U *, U );
    44
    55void test() {
Note: See TracChangeset for help on using the changeset viewer.