summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/w58.ml
blob: cb8ab6194ecf6b42e57fcaea7a44d40028cb34b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(* TEST

flags = "-w +A-70"
readonly_files = "module_without_cmx.mli"

* setup-ocamlc.byte-build-env
** ocamlc.byte
module = "module_without_cmx.mli"
*** ocamlc.byte
module = "w58.ml"
**** check-ocamlc.byte-output

* setup-ocamlopt.byte-build-env
** ocamlopt.byte
module = "module_without_cmx.mli"
*** ocamlopt.byte
module = "w58.ml"
**** check-ocamlopt.byte-output

*)

let () = print_endline (Module_without_cmx.id "Hello World")