1*7c3d14c8STreehugger Robot // This file simply declares a dynamically initialized var by the name of 'y'. initY()2*7c3d14c8STreehugger Robot int initY() { 3*7c3d14c8STreehugger Robot return 5; 4*7c3d14c8STreehugger Robot } 5*7c3d14c8STreehugger Robot int y = initY(); 6