- File:
-
- 1 edited
-
tests/array-container/dimexpr-match-c.cfa (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/array-container/dimexpr-match-c.cfa
re0332dd3 r0f4ac10 16 16 #include "dimexpr-match.hfa" // test framework 17 17 18 #ifdef TRY_WISH_1 // "unification as-if"19 forall( [N] )20 void zip( float (*a)[N], float (*b)[N] ) {}21 #endif22 23 18 DECLN_runTests { 24 19 … … 26 21 int mut7 = 7, mut42 = 42; 27 22 23 28 24 #define TRY_COMPAT( LV, RV ) \ 29 25 { \ … … 83 79 84 80 #ifdef TRY_WISH_1 // "unification as-if" 81 forall( [N] ) 82 void zip( float (*a)[N], float (*b)[N] ) {} 83 85 84 #define TRY_COMPAT( LV, RV ) \ 86 85 { \ … … 94 93 95 94 #endif 95 96 97 96 98 }
Note:
See TracChangeset
for help on using the changeset viewer.