PageRenderTime 42ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/go/template_opaque_runme.go

#
Go | 9 lines | 6 code | 3 blank | 0 comment | 0 complexity | 7d6f68547c4bf1591cfecb60ccbb7020 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. package main
  2. import "./template_opaque"
  3. func main() {
  4. v := template_opaque.NewOpaqueVectorType(10)
  5. template_opaque.FillVector(v)
  6. }