summaryrefslogtreecommitdiff
path: root/testsuite/tests/basic-multdef/multdef.ml
blob: 46869c45602d46473cbe347e117e1c26914a9f28 (plain)
1
2
let f x = x + 1
external g : string -> int = "caml_int_of_string"