.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / honnef.co / go / tools@v0.1.1 / unused / testdata / src / variables / vartype.go
1 package pkg
2
3 type t181025 struct{} // used
4
5 func (t181025) F() {} // used
6
7 // package-level variable after function declaration used to trigger a
8 // bug in unused.
9
10 var V181025 t181025 // used