blob: ce6c15273764bd7088618014915bc947b4a898ad [file] [log] [blame]
fn main() {
let x = *""; //~ ERROR E0277
drop(x);
drop(x);
}