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