blob: 3b99b0f6e965445db60530e5488d3ef3eed5d407 [file] [log] [blame]
fn main() {
let x = *""; //~ ERROR E0277
println!("{}", x);
println!("{}", x);
}