Files
2019-08-04 21:38:19 -05:00

9 lines
183 B
OCaml

open Swig
open Using_protected
let f = new_FooBar C_void
let _ = (invoke f) "[x]" (C_int 3)
let _ = if (invoke f) "blah" (C_int 4) <> (C_int 4) then
raise (Failure "blah(int)")