int main(int argc, char **argv) {
          // ON DIM DO: int  *fred
          int  *fred = ARRAY(int  , fred, 1, 0, 10)
          DIM 0x0001 0x0001
          int i;
          i = fred[5];
          return(0);
}
