int main(int argc, char **argv) {
          typedef struct TESTFM{int a; int b; int c; int d;} testfm;
          // ON DIM DO: struct TESTFM *rec
          struct TESTFM *rec = ARRAY(struct TESTFM , rec, 1, 0, 10)
          DIM 0x0001 0x0001
          int i;
          int j;
          rec[(-i)].c = 2;
          return(0);
}
