ocaml/test/testinterp/t021-pushconst3.ml

11 lines
146 B
OCaml

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