swig/Examples/test-suite/ocaml/constructor_rename_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
126 B
OCaml

open Swig
open Constructor_rename
let x = new_RenamedConstructor '()
let _ = assert ((x -> ":classof" () as string) = "Foo")