blob: 659c8b9a48e131398ba2497da017528840b774eb (
plain)
1
2
3
4
5
6
7
8
9
10
|
(* TEST
setup-ocamlc.byte-build-env;
ocamlc_byte_exit_status = "2";
ocamlc.byte;
check-ocamlc.byte-output;
*)
(* It is apparently impossible to get the "unclosed object" message. *)
class c : object
|