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