blob: f0860803eeb02f6341267c80a32cf365e31b3237 [file] [log] [blame]
package main
import . "swigtests/typemap_namespace"
func main() {
if Test1("hello") != "hello" {
panic(0)
}
if Test2("hello") != "hello" {
panic(0)
}
}