Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/OccursError.c

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