Sign in
go
/
tools
/
a3e97e8f1fe613ac6a6cab0df17914a4d8a2f612
/
.
/
go
/
internal
/
gccgoimporter
/
testdata
/
issue30628.go
blob: 8fd7c13d7ba1de29be76a75c759030f0311ec4de [
file
]
package issue30628
import (
"os"
"sync"
)
const numR = int32(os.O_TRUNC + 5)
type Apple struct {
hey sync.RWMutex
x int
RQ [numR]struct {
Count uintptr
NumBytes uintptr
Last uintptr
}
}