summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocaml/t040-makeblock1.ml
blob: 87458cd917fef2c383b5997bc6114dcf5a438a2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
type t = {
  mutable a : int;
};;

{ a = 0 };;

(**
       0 CONST0
       1 MAKEBLOCK1 0
       3 ATOM0
       4 SETGLOBAL T040-makeblock1
       6 STOP
**)