- File:
-
- 1 edited
-
tests/array-container/dimexpr-match-cfa.cfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/array-container/dimexpr-match-cfa.cfa
r0f4ac10 re0332dd3 44 44 #endif 45 45 46 forall( [N] ) 47 void zip( array(float, N) & a, array(float, N) & b ) {} 46 48 47 49 DECLN_runTests { … … 50 52 int mut7 = 7, mut42 = 42; 51 53 52 53 54 #define TRY_COMPAT( LV, RV ) \ 54 55 { \ … … 103 104 #undef TRY_COMPAT 104 105 105 106 forall( [N] )107 void zip( array(float, N) & a, array(float, N) & b ) {}108 109 106 #define TRY_COMPAT( LV, RV ) \ 110 107 { \
Note:
See TracChangeset
for help on using the changeset viewer.