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

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