PageRenderTime 77ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/ocaml/voidtest_runme.ml

#
OCaml | 8 lines | 6 code | 2 blank | 0 comment | 0 complexity | 0ce5db85a9a719fc6d87bb1a3fc7b9ca MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. open Swig
  2. open Voidtest
  3. let _ = _globalfunc C_void
  4. let f = new_Foo C_void
  5. let _ = (invoke f) "memberfunc" C_void
  6. let _ = _Foo_staticmemberfunc C_void