Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/array-container/array-basic.cfa

    ra5e26821 r1d71208  
    7878}
    7979
    80 forall( [N], A & | ar(A, float, N) )
     80forall( A & | ar(A, float) )
    8181float total1d_hi( A & a ) {
    8282    float total = 0.0f;
    83     for (i; N)
     83    for (i; a`len)
    8484        total += a[i];
    8585    return total;
Note: See TracChangeset for help on using the changeset viewer.