summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-ocamlc-i/pr4791.ml
blob: f781017001a6e387f8a22e4806ad949d446516b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(* TEST
flags = "-i -w +63"
* setup-ocamlc.byte-build-env
** ocamlc.byte
*** check-ocamlc.byte-output
*)

type t = A
module B =
struct
  type t = B
  let f A = B
end