int main(int argc, char **argv) {
          int fred;
          int jim;
          fred = 1;
          jim = (fred + 2);
          return(0);
}