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