Files
ANSLibs/swig-4.3.0/Examples/test-suite/ocaml/constructor_rename_runme.ml

6 lines
126 B
OCaml
Raw Permalink Normal View History

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