aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/go/typemap_namespace_runme.go
blob: f0860803eeb02f6341267c80a32cf365e31b3237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package main

import . "swigtests/typemap_namespace"

func main() {
	if Test1("hello") != "hello" {
		panic(0)
	}

	if Test2("hello") != "hello" {
		panic(0)
	}
}