summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-modules-bugs/pr9695_bad.ml
blob: b0e8803b351c2cbd47fe71a9772ff3a51cbb7020 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(* TEST_BELOW
(* Blank lines added here to preserve locations. *)




*)

module A = MissingModule
let () = let open A in x

(* TEST
 flags = " -w -a -no-alias-deps";
 ocamlc_byte_exit_status = "2";
 setup-ocamlc.byte-build-env;
 ocamlc.byte;
 check-ocamlc.byte-output;
*)