Files
2022-05-20 10:07:19 -07:00

7 lines
56 B
Go

package main
func main() {
x := 42
x = x // NOT OK
}