ocaml/testsuite/tests/basic-multdef/multdef.ml

3 lines
66 B
OCaml

let f x = x + 1
external g : string -> int = "caml_int_of_string"