blob: 6b4817b692e1d224842a1053c4898ca1eb6f314a [file] [log] [blame] [edit]
fn main() {
let y = 0u32;
*y; //~ ERROR E0614
}