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