swig/Examples/test-suite/ocaml/voidtest_runme.ml
2003-03-12 15:25:27 +00:00

7 lines
143 B
OCaml

open Voidtest
let _ = _globalfunc C_void
let f = new_Foo C_void
let _ = (invoke f) "memberfunc" C_void
let _ = _Foo_staticmemberfunc C_void