rust/src/test/ui/codemap_tests/unicode_3.rs

7 lines
177 B
Rust
Raw Normal View History

// build-pass (FIXME(62277): could be check-pass?)
fn main() {
let s = "ZͨA͑ͦ͒͋ͤ͑̚L̄͑͋Ĝͨͥ̿͒̽̈́Oͥ͛ͭ!̏"; while true { break; }
println!("{}", s);
}