summary refs log tree commit diff
path: root/src/test/ui/codemap_tests/unicode_3.rs
blob: 3994d3186817d004e4e4df3e11332b7cfcb33fc0 (plain)
1
2
3
4
5
6
// build-pass (FIXME(62277): could be check-pass?)

fn main() {
    let s = "ZͨA͑ͦ͒͋ͤ͑̚L̄͑͋Ĝͨͥ̿͒̽̈́Oͥ͛ͭ!̏"; while true { break; } //~ WARNING while_true
    println!("{}", s);
}