DEBSOURCES
Skip Quicknav
sources / ocaml / 5.3.0-3 / testsuite / tests / lib-dynlink-native / plugin_ref.ml
12345678910
let x = ref 0 let () = Api.reg_mod "Plugin_ref"; Api.add_cb (fun () -> Printf.printf "current value for ref = %i\n" !x; incr x )