Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/test-suite/go/template_opaque_runme.go
2019-08-04 21:38:19 -05:00

10 lines
141 B
Go

package main
import "template_opaque"
func main() {
v := template_opaque.NewOpaqueVectorType(int64(10))
template_opaque.FillVector(v)
}