There was an error while loading. Please reload this page.
gotype successfully compiles the following program:
package a func f() { switch 9223372036854775808 { } }
gc rejects it with:
go.go:3: constant 9223372036854775808 overflows int
gc seems to be right.
on commit af81789