Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
tab_inside_string.zig
pretty
plain
permalink
blame
history
•
8 lines
•
139 B
1
export fn entry() void {
2
const foo = "	hello";
3
_ = foo;
4
}
5
6
// error
7
//
8
// :2:18: error: string literal contains invalid byte: '\t'