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