Changes in src/tests/OccursError.c [10dc7491:ca26509]
- File:
-
- 1 edited
-
src/tests/OccursError.c (modified) (1 diff)
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 ); 1 forall( otype T ) void f( void (*)( T, T* ) ); 2 forall( otype U ) void g( U*, U ); 4 3 5 4 void test() { 6 f( h );7 5 f( g ); 8 6 }
Note:
See TracChangeset
for help on using the changeset viewer.