/* statement list test. also notice no optimization in target code: * LOAD y * rPUSH y * PRINT * */ begin y := 1; print y; end