blob: f944711e14f39137cfa4ae9e9121a1821c30fa30 [file] [edit]
// Test Unicode whitespace characters in string literal line continuation
fn main() {
let str = "hello \
 world";
}