Add runtime tests for constructor_rename, cpp_nodefault, extend, extend_special_variables, extend_template, extern_c, and global_ns_arg.
5 lines
126 B
OCaml
5 lines
126 B
OCaml
open Swig
|
|
open Constructor_rename
|
|
|
|
let x = new_RenamedConstructor '()
|
|
let _ = assert ((x -> ":classof" () as string) = "Foo")
|