ocaml/testsuite/tests/lib-dynlink-csharp/plugin.ml

5 lines
62 B
OCaml
Executable File

let f x = x.{2}
let () =
print_endline "I'm the plugin."