zig
Code
Branches
Tags
Commits
master
zig
/
test
/
cases
/
compile_errors
/
normal_string_with_newline.zig
Top
1
const
foo
=
"
a
2
b
"
;
3
4
// error
5
//
6
// :1:15: error: string literal contains invalid byte: '\n'