You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gccgo test.go
test.go:4:7: error: cannot use _ as value
with test.go:
package main
func main() {
(_) = 0
}
The latest spec clarifications make this assignment legal. Also, 6g and gofmt accept
this code.