aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/normal_string_with_newline.zig
blob: f19ce59ec8143e40ab28435de103c63ffb531251 (plain)
1
2
3
4
5
6
7
8
const foo = "a
b";

// error
// backend=stage2
// target=native
//
// :1:13: error: expected expression, found 'invalid token'