Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tests/OccursError.c

    rb1d6dd5 r55ba7339  
    1 forall( type T ) void f( void (*)( T, T* ) );
    2 forall( type U ) void g( U*, U );
     1forall( otype T ) void f( void (*)( T, T* ) );
     2forall( otype U ) void g( U*, U );
    33
    44void test() {
Note: See TracChangeset for help on using the changeset viewer.