aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/go/template_tbase_template_runme.go
blob: a4832439f9d90cd2d6e44a8648654085cdd5bc8d (plain)
1
2
3
4
5
6
7
8
9
10
package main

import . "swigtests/template_tbase_template"

func main() {
	a := Make_Class_dd()
	if a.Test() != "test" {
		panic(0)
	}
}