summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocamlc-stop-after/stop_after_lambda.ml
blob: e1c2b586707fd34dab06d62d7849e315f70b4422 (plain)
1
2
3
4
5
6
7
8
9
10
(* TEST
 setup-ocamlc.byte-build-env;
 flags = "-dlambda -stop-after lambda -nopervasives ";
 ocamlc_byte_exit_status = "0";
 ocamlc.byte;
 check-ocamlc.byte-output;
*)

external p : int -> unit = ""
let () = p 1