Files
cpp-thirdparty/winx64/bin/swig-3.0.12/Examples/test-suite/go/template_ns4_runme.go
Bassem Girgis 81b4b9e273 Initial commit
2018-12-20 17:34:07 -06:00

11 lines
118 B
Go

package main
import . "./template_ns4"
func main() {
d := Make_Class_DD()
if d.Test() != "test" {
panic(0)
}
}