summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/w50.ml
blob: b6e868f89ad77f06b4fbb35dce11896565d3defe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(* TEST

flags = "-w +A-70"

* setup-ocamlc.byte-build-env
** ocamlc.byte
compile_only = "true"
*** check-ocamlc.byte-output

*)

module A : sig end = struct
  module L = List

  module X1 = struct end

  module Y1 = X1
end