Ignore:
File:
1 edited

Legend:

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

    r0f4ac10 re0332dd3  
    4444#endif
    4545
     46forall( [N] )
     47void zip( array(float, N) & a, array(float, N) & b ) {}
    4648
    4749DECLN_runTests {
     
    5052    int mut7 = 7, mut42 = 42;
    5153
    52    
    5354    #define TRY_COMPAT( LV, RV )            \
    5455    {                                       \
     
    103104    #undef TRY_COMPAT
    104105
    105 
    106     forall( [N] )
    107     void zip( array(float, N) & a, array(float, N) & b ) {}
    108 
    109106    #define TRY_COMPAT( LV, RV )            \
    110107    {                                       \
Note: See TracChangeset for help on using the changeset viewer.