6 lines
100 B
OCaml
6 lines
100 B
OCaml
|
|
open Swig
|
||
|
|
open Exception_classname
|
||
|
|
|
||
|
|
let a = new_Exception '()
|
||
|
|
assert (a -> testfunc () as int = 42)
|