/trunk/Examples/test-suite/go/typemap_namespace_runme.go
# · Go · 13 lines · 10 code · 3 blank · 0 comment · 4 complexity · 5aab8ef090600c25b7c5f67cb81b439b MD5 · raw file
- package main
- import . "./typemap_namespace"
- func main() {
- if Test1("hello") != "hello" {
- panic(0)
- }
- if Test2("hello") != "hello" {
- panic(0)
- }
- }