ocaml/test/natdynlink/plugin_high_arity.ml

7 lines
95 B
Standard ML

let f x x x x x x x x x x x x x = ()
let g x = f x x x x x x x x
let () =
Api.reg_mod "HA"