.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.1.1-0.20210319172145-bda8f5cee399 / go / internal / gccgoimporter / testdata / issue30628.go
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.1.1-0.20210319172145-bda8f5cee399/go/internal/gccgoimporter/testdata/issue30628.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.1.1-0.20210319172145-bda8f5cee399/go/internal/gccgoimporter/testdata/issue30628.go
new file mode 100644 (file)
index 0000000..8fd7c13
--- /dev/null
@@ -0,0 +1,18 @@
+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
+       }
+}