blob: 54391d9a019d25c7f7a247dc77d1e851125254ca [file] [log] [blame]
open Swig
open Dynamic_cast
let f = new_Foo '()
let b = new_Bar '()
let x = f -> blah ()
let y = b -> blah ()
assert (_do_test '(y) as string = "Bar::test")