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.
gc successfully compiles the following program:
package a func f() int { for {}; ; }
while gotype says:
go.go:5: missing return at end of function
go version devel +9b04852 Sat Jul 11 00:08:50 2015 +0000 linux/amd64