Changes in src/tests/Context.c [e5b96bf:62edde5]
- File:
-
- 1 edited
-
src/tests/Context.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Context.c
re5b96bf r62edde5 1 1 //cforall context declaration 2 trait has_q( otype T ) {2 context has_q( otype T ) { 3 3 T q( T ); 4 4 };
Note:
See TracChangeset
for help on using the changeset viewer.