aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/ocaml/director_frob_runme.ml
blob: 137a88ef3f9b64259c2b1eb37dbdac634788a05a (plain)
1
2
3
4
5
open Swig
open Director_frob

let foo = new_Bravo '()
assert (foo -> abs_method () as string = "Bravo::abs_method()")