Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tests/Array.c

    r55ba7339 rb1d6dd5  
    11int a1[];
    2 //int a2[*];
    3 //double a4[3.0];
     2int a2[*];
     3double a4[3.0];
    44
    55int m1[][3];
    6 //int m2[*][*];
     6int m2[*][*];
    77int m4[3][3];
    88
     
    1010
    1111int fred() {
    12 //      int a1[];
    13 //      int a2[*];
     12        int a1[];
     13        int a2[*];
    1414        int a4[3];
    1515        int T[3];
Note: See TracChangeset for help on using the changeset viewer.