Gc rejects to compile the following program: ``` go package a //line :1000000000 ``` saying: ``` line number out of range ``` gotype compiles it successfully. Compilers should agree on whether it is a valid Go program or not. on commit af817890aa7b628234075a6cb01a3a435fb8317d
Gc rejects to compile the following program:
saying:
gotype compiles it successfully.
Compilers should agree on whether it is a valid Go program or not.
on commit af81789