Files
ANSLibs/swig-4.3.0/Examples/test-suite/go/template_opaque_runme.go

10 lines
151 B
Go
Raw Permalink Normal View History

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