Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/test-suite/go/extend_template_runme.go
2019-08-04 21:38:19 -05:00

15 lines
166 B
Go

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)
}
}