swig/Examples/test-suite/ocaml/global_ns_arg_runme.ml
Zackery Spytz 5b6c57e6ae [OCaml] Runtime tests for constructor_rename, cpp_nodefault and some others
Add runtime tests for constructor_rename, cpp_nodefault, extend,
extend_special_variables, extend_template, extern_c, and
global_ns_arg.
2019-01-13 22:44:31 -07:00

5 lines
113 B
OCaml

open Swig
open Global_ns_arg
let _ = assert ((_foo '(1) as int) = 1)
let _ = assert ((_bar_fn '(1) as int) = 1)