Sign in
go
/
go
/
6a0bb87bd0bf0fdf8ddbd35f77a75ebd412f61b0
/
.
/
misc
/
cgo
/
testshared
/
src
/
dep
/
dep.go
blob: d3bed3f8ff501c409fb1f468406e08dc49071a8a [
file
]
package dep
var V int = 1
var HasMask []string = []string{"hi"}
type HasProg struct {
array [1024]*byte
}
func F() int {
return V
}