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