Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/OccursError.c

    r10dc7491 rca26509  
    1 forall( otype T ) void f( void (*)( T, T * ) );
    2 forall( otype U ) void g( U,  U * );
    3 forall( otype U ) void h( U *, U );
     1forall( otype T ) void f( void (*)( T, T* ) );
     2forall( otype U ) void g( U*, U );
    43
    54void test() {
    6     f( h );
    75    f( g );
    86}
Note: See TracChangeset for help on using the changeset viewer.