mirror of
https://github.com/golang/go
synced 2024-11-19 02:34:44 -07:00
8 lines
139 B
Go
8 lines
139 B
Go
|
package generated
|
||
|
|
||
|
// Code generated by generator.go. DO NOT EDIT.
|
||
|
|
||
|
func _() {
|
||
|
var y int //@diag("y", "LSP", "y declared but not used")
|
||
|
}
|