Ignore:
File:
1 edited

Legend:

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

    re0332dd3 r0f4ac10  
    1616#include "dimexpr-match.hfa"     // test framework
    1717
    18 #ifdef TRY_WISH_1 // "unification as-if"
    19 forall( [N] )
    20 void zip( float (*a)[N], float (*b)[N] ) {}
    21 #endif
    22 
    2318DECLN_runTests {
    2419
     
    2621    int mut7 = 7, mut42 = 42;
    2722
     23   
    2824    #define TRY_COMPAT( LV, RV )        \
    2925    {                                   \
     
    8379
    8480  #ifdef TRY_WISH_1 // "unification as-if"
     81    forall( [N] )
     82    void zip( float (*a)[N], float (*b)[N] ) {}
     83
    8584    #define TRY_COMPAT( LV, RV )        \
    8685    {                                   \
     
    9493
    9594  #endif
     95
     96
     97
    9698}
Note: See TracChangeset for help on using the changeset viewer.