Changes in src/Tests/OccursError.c [b1d6dd5:55ba7339]
- File:
-
- 1 edited
-
src/Tests/OccursError.c (modified) (1 diff)
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 );1 forall( otype T ) void f( void (*)( T, T* ) ); 2 forall( otype U ) void g( U*, U ); 3 3 4 4 void test() {
Note:
See TracChangeset
for help on using the changeset viewer.