github.com/huandu/go@v0.0.0-20151114150818-04e615e41150/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  }