ocaml/test/testinterp/t021-pushconst1.ml

11 lines
146 B
OCaml

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