Changed test case runme line a bit to link swig.cmo. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5207 626c5289-ae23-0410-ae9c-e8d60b6d4f22
8 lines
153 B
OCaml
8 lines
153 B
OCaml
open Swig
|
|
open Voidtest
|
|
|
|
let _ = _globalfunc C_void
|
|
let f = new_Foo C_void
|
|
let _ = (invoke f) "memberfunc" C_void
|
|
|
|
let _ = _Foo_staticmemberfunc C_void
|