blob: 516b6c721769f8ce34db8650468d195cf6d08d5c [file] [log] [blame]
package main
import "swigtests/template_ref_type"
func main() {
xr := template_ref_type.NewXC()
y := template_ref_type.NewY()
y.Find(xr)
}