Add runtime tests for namespace_virtual_method, template_opaque, using_extend, using_inherit, using_pointers, using_private, and varargs_overload.
5 lines
99 B
OCaml
5 lines
99 B
OCaml
open Swig
|
|
open Template_opaque
|
|
|
|
let v = new_OpaqueVectorType (C_uint 10l)
|
|
let _ = _FillVector '(v)
|