Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
normal_string_with_newline.zig
pretty
plain
permalink
blame
history
•
6 lines
•
92 B
1
const foo = "a
2
b";
3
4
// error
5
//
6
// :1:15: error: string literal contains invalid byte: '\n'