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

8 lines
133 B
OCaml

open Swig
open Allowexcept
let _ =
assert (_global_variable '() = C_void);
assert (_Foo_static_member_variable '() = C_void)
;;