blob: 61e096622252bc564739603be2e396573c846efe [file] [log] [blame]
fn main() {
let b = "hello";
println!("🦀🦀🦀🦀🦀"); let _a = b + ", World!";
//~^ ERROR E0369
}