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