Changes in tests/zombies/occursError.cfa [fd54fef:686cb63]
- File:
-
- 1 edited
-
tests/zombies/occursError.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/zombies/occursError.cfa
rfd54fef r686cb63 1 forall( T ) void f( void (*)( T, T * ) );2 forall( U ) void g( U, U * );3 forall( U ) void h( 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 ); 4 4 5 5 void test() {
Note:
See TracChangeset
for help on using the changeset viewer.