summaryrefslogtreecommitdiff
path: root/testsuite/tests/generalized-open/clambda_optim.ml
blob: 9d24784f85d05c692a17f84bb49c64297922dece (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(* TEST
 compile_only = "true";
 no-flambda;
 setup-ocamlopt.byte-build-env;
 ocamlopt.byte;
 check-ocamlopt.byte-output;
*)

module Stable = struct
  open struct module V0 = struct module U = struct end end end
  module V0 = V0.U
end