Changes in src/Tests/Rank2.c [55ba7339:b1d6dd5]
- File:
-
- 1 edited
-
src/Tests/Rank2.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Tests/Rank2.c
r55ba7339 rb1d6dd5 3 3 4 4 void a() { 5 forall( otype T ) void f( T );6 void g( forall( otype U ) void p( U ) );5 forall( type T ) void f( T ); 6 void g( forall( type U ) void p( U ) ); 7 7 g( f ); 8 8 } … … 10 10 void g() { 11 11 void h( int *null ); 12 forall( otype T ) T id( T );12 forall( type T ) T id( T ); 13 13 forall( dtype T ) T *0; 14 14 int 0;
Note:
See TracChangeset
for help on using the changeset viewer.