fn foo() { let a; let b: i32; let c = 92; let d: i32 = 92; let e: !; let _: ! = {}; let f = #[attr]||{}; }