Changes in tests/forall.cfa [49a1684:68b52b0]
- File:
-
- 1 edited
-
tests/forall.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/forall.cfa
r49a1684 r68b52b0 45 45 } 46 46 47 // commented this out since it is not clearly meaningful 48 // and not really representable in the ast 49 // typedef forall ( T ) int (* f)( int ); 47 typedef forall ( T ) int (* f)( int ); 50 48 51 49 forall( T )
Note:
See TracChangeset
for help on using the changeset viewer.