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