5 lines
77 B
OCaml
5 lines
77 B
OCaml
|
external stub1: unit -> string = "stub1"
|
||
|
|
||
|
|
||
|
let () = print_endline (stub1 ())
|