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 n func _(t)
while gc and go/types say:
go.go:2: undefined: t go.go:2:8: undeclared name: t
gccgo must reject this program.
gcc version 6.0.0 2015070 (experimental) (GCC)