2018-05-06 22:58:04 +03:00

7 lines
94 B
Go

package testdata
func Megacheck() {
var x int
x = x // ERROR "self-assignment of x to x"
}