Changeset 2a301ff for tests/array-collections/dimexpr-match-c.cfa
- Timestamp:
- Aug 31, 2023, 11:31:15 PM (2 years ago)
- Branches:
- master
- Children:
- 950c58e
- Parents:
- 92355883 (diff), 686912c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
tests/array-collections/dimexpr-match-c.cfa (moved) (moved from tests/array-container/dimexpr-match-c.cfa ) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/array-collections/dimexpr-match-c.cfa
r92355883 r2a301ff 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 #endif 22 18 23 DECLN_runTests { 19 24 … … 21 26 int mut7 = 7, mut42 = 42; 22 27 23 24 28 #define TRY_COMPAT( LV, RV ) \ 25 29 { \ … … 79 83 80 84 #ifdef TRY_WISH_1 // "unification as-if" 81 forall( [N] )82 void zip( float (*a)[N], float (*b)[N] ) {}83 84 85 #define TRY_COMPAT( LV, RV ) \ 85 86 { \ … … 93 94 94 95 #endif 95 96 97 98 96 }
Note:
See TracChangeset
for help on using the changeset viewer.