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