ocaml/test/natdynlink/b.ml

6 lines
88 B
OCaml
Executable File

let () =
print_endline "B is running";
incr A.x;
Printf.printf "A.x = %i\n" !A.x