blob: 5adb4b3c264209a356b8f3c444930e4bfc0c9180 [file] [log] [blame]
package main
import "./extend_template"
func main() {
f := extend_template.NewFoo_0()
if f.Test1(37) != 37 {
panic(0)
}
if f.Test2(42) != 42 {
panic(0)
}
}