/* * This program has just three global variable decls. Run it with * EJayInterpreterNoFuncsTest to confirm that you're assigning memory locations * properly. The result should be offsets of 0, 1, and 2 for i, j, and k * respectively. */ int i,j,k;