aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/ocaml/exception_classname_runme.ml
blob: 8467ed6e8feabd988bc37255c763eadc3ca3e009 (plain)
1
2
3
4
5
open Swig
open Exception_classname

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