ocaml/test/testinterp/t021-pushconst3.ml

11 lines
104 B
OCaml
Raw Normal View History

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