Add runtime tests for conversion, extend_typedef_class, extend_constructor_destructor, fvirtual, overload_polymorphic, template_rename, and using1.
4 lines
64 B
OCaml
4 lines
64 B
OCaml
open Swig
|
|
open Using1
|
|
|
|
let _ = assert (_spam '(37) as int = 37)
|