1 2 3 4 5 6 7 8
export fn entry() void { const foo = " hello"; _ = foo; } // error // // :2:18: error: string literal contains invalid byte: '\t'