github.com/q45/go@v0.0.0-20151101211701-a4fb8c13db3f/misc/cgo/testshared/src/dep/dep.go (about)

     1  package dep
     2  
     3  var V int = 1
     4  
     5  var HasMask []string = []string{"hi"}
     6  
     7  type HasProg struct {
     8  	array [1024]*byte
     9  }
    10  
    11  func F() int {
    12  	return V
    13  }