Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/test-suite/ocaml/using_pointers_runme.ml
2019-08-04 21:38:19 -05:00

11 lines
202 B
OCaml

open Swig
open Using_pointers
let f = new_FooBar '()
try
ignore (f -> exception_spec (1)); assert false
with Failure _ -> ()
try
ignore (f -> exception_spec (2)); assert false
with Failure _ -> ()