summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-recmod/t01bad.ml
blob: faedd9f2e84abc85f457f04c9336c90a6b72226d (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. *)




*)

(* Bad (t = t) *)
module rec A : sig type t = A.t end = struct type t = A.t end;;

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