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




*)

let should_reject =
  let table = Hashtbl.create 1 in
  fun x y -> Hashtbl.add table x y

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