Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/array-container/dimexpr-match-cfa.cfa

    re0332dd3 r0f4ac10  
    4444#endif
    4545
    46 forall( [N] )
    47 void zip( array(float, N) & a, array(float, N) & b ) {}
    4846
    4947DECLN_runTests {
     
    5250    int mut7 = 7, mut42 = 42;
    5351
     52   
    5453    #define TRY_COMPAT( LV, RV )            \
    5554    {                                       \
     
    104103    #undef TRY_COMPAT
    105104
     105
     106    forall( [N] )
     107    void zip( array(float, N) & a, array(float, N) & b ) {}
     108
    106109    #define TRY_COMPAT( LV, RV )            \
    107110    {                                       \
Note: See TracChangeset for help on using the changeset viewer.