ocaml/test/dynlink/plug1.ml

5 lines
77 B
OCaml
Raw Normal View History

external stub1: unit -> string = "stub1"
let () = print_endline (stub1 ())