Files
ANSLibs/swig-4.3.0/Examples/test-suite/ocaml/exception_classname_runme.ml

6 lines
100 B
OCaml
Raw Permalink Normal View History

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