Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
tab_inside_multiline_string.zig
pretty
plain
permalink
blame
history
•
11 lines
•
195 B
1
export 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'