blob: 9ab8a73efd1ce88f7fb2eb80db490dfdb5d5941f [file] [log] [blame]
package bad
func random2(y int) int {
x := 6 //@diag("x", "x declared but not used")
return y
}