Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tests/OccursError.c

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