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