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 fails to compile the following program:
package A var g=08i
go.go:2:8: error: expected ‘;’ or newline after top level declaration
Spec contains similar example:
011i // == 11i
gcc version 6.0.0 2015070 (experimental) (GCC)