blob: a4832439f9d90cd2d6e44a8648654085cdd5bc8d [file] [log] [blame]
package main
import . "swigtests/template_tbase_template"
func main() {
a := Make_Class_dd()
if a.Test() != "test" {
panic(0)
}
}