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