summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-short-paths/gpr1223.ml
blob: 2a631f34e3ee5f7ddfb6e733a7f6bb51794495dc (plain)
1
2
3
4
5
6
7
8
9
(* TEST
 flags = " -short-paths ";
 modules = "gpr1223_foo.mli gpr1223_bar.mli";
 toplevel;
*)

let y = Gpr1223_bar.N.O.T;;

let x = Gpr1223_bar.M.T;;