blob: acba4674a4d6d2da6a8bed8e10abda6aec1fa7c0 [file] [log] [blame]
// compile-flags: --error-format=short
fn foo(_: u32) {}
fn main() {
foo("Bonjour".to_owned());
let x = 0u32;
x.salut();
}