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

6 lines
100 B
OCaml

open Swig
open Exception_classname
let a = new_Exception '()
assert (a -> testfunc () as int = 42)