blob: 28f4daecc0e8e25d9d85f18c8975a5f468c70ffb [file] [log] [blame]
fn main() { let y : u32 = "z"; { let x: u32 = "y"; } }