We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gccgo successfully compiles the following program:
package a var _ *i
while gc and go/types reject it with:
go.go:2: undefined: i go.go:2:7: undeclared name: i
gccgo must reject it too. #11522