ocaml/test/testinterp/t021-pushconst1.ml

11 lines
104 B
OCaml
Raw Normal View History

let _ = () in 1;;
(**
0 CONST0
1 PUSHCONST1
2 POP 1
4 ATOM0
5 SETGLOBAL T021-pushconst1
7 STOP
**)