summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-multifile/pr7325.ml
blob: a30178f8e2ae4a2a50e4cf60a5b982deeb44d2c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(* TEST
 readonly_files = "a.ml b.ml c.ml";
 setup-ocamlc.byte-build-env;
 module = "a.ml";
 ocamlc.byte;
 module = "b.ml";
 ocamlc.byte;
 script = "rm a.cmi";
 script;
 module = "c.ml";
 ocamlc.byte;
 check-ocamlc.byte-output;
*)