summaryrefslogtreecommitdiff
path: root/Examples/test-suite/go/template_ref_type_runme.go
blob: 516b6c721769f8ce34db8650468d195cf6d08d5c (plain)
1
2
3
4
5
6
7
8
9
package main

import "swigtests/template_ref_type"

func main() {
	xr := template_ref_type.NewXC()
	y := template_ref_type.NewY()
	y.Find(xr)
}