5 lines
86 B
Go
5 lines
86 B
Go
//golangcitest:args -Evarcheck
|
|
package testdata
|
|
|
|
var v string // want "`v` is unused"
|