package main import ( "fmt" "bytes" ) func main() { herp []bytes herp = "\u100" }
Standard input is empty
prog.go:9: syntax error: unexpected ], expecting : prog.go:10: non-hex character in escape sequence: " prog.go:11: missing newline at end of file
Standard output is empty