1
0
mirror of https://github.com/golang/go synced 2024-11-07 16:46:17 -07:00
go/misc/cgo/testshared/src/depBase/dep.go

18 lines
170 B
Go
Raw Normal View History

package depBase
var V int = 1
var HasMask []string = []string{"hi"}
type HasProg struct {
array [1024]*byte
}
type Dep struct {
X int
}
func F() int {
return V
}