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 a var e = "\X00"
While gc and go/types say:
go.go:2: unknown escape sequence: X go.go:2:11: unknown escape sequence
The spec allows only lower-case x for hex-encoded chars.
gcc version 6.0.0 2015070 (experimental) (GCC)