blob: 157a91745eeaebfe2cd920915bd0ae5f27eeac8c [file] [log] [blame]
package main
import "swigtests/typedef_class"
func main() {
a := typedef_class.NewRealA()
a.SetA(3)
b := typedef_class.NewB()
b.TestA(a)
}