about summary refs log tree commit diff
path: root/tests/ui/codemap_tests/unicode_3.rs
blob: 500c806e91d76e4d55a1af1a5d80a7ddb19571b5 (plain)
1
2
3
4
5
6
//@ check-pass

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