summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocaml/t170-envacc3.ml
blob: 583fd00fdbfcd50ab108d59f5d715e647532949a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
(* TEST
include tool-ocaml-lib
flags = "-w -a"
ocaml_script_as_argument = "true"
* setup-ocaml-build-env
** ocaml
*)

open Lib;;
let x = 5 in
let y = 2 in
let z = 1 in
let f _ = ignore x; ignore y; z in
if f 0 <> 1 then raise Not_found
;;

(**
       0 CONSTINT 42
       2 PUSHACC0
       3 MAKEBLOCK1 0
       5 POP 1
       7 SETGLOBAL Lib
       9 BRANCH 18
      11 ENVACC1
      12 CONST0
      13 ENVACC2
      14 CONST0
      15 ENVACC3
      16 RETURN 1
      18 CONSTINT 5
      20 PUSHCONST2
      21 PUSHCONST1
      22 PUSHACC0
      23 PUSHACC2
      24 PUSHACC4
      25 CLOSURE 3, 11
      28 PUSHCONST1
      29 PUSHCONST0
      30 PUSHACC2
      31 APPLY1
      32 NEQ
      33 BRANCHIFNOT 40
      35 GETGLOBAL Not_found
      37 MAKEBLOCK1 0
      39 RAISE
      40 POP 4
      42 ATOM0
      43 SETGLOBAL T170-envacc3
      45 STOP
**)