go issue30628 源码
golang issue30628 代码
文件路径:/src/go/internal/gccgoimporter/testdata/issue30628.go
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
}
}
相关信息
相关文章
0
赞