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