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