blob: 6670f416d0a36d11f261b4f73a38fcdaa2efa441 [file] [log] [blame]
fn f() {
let a = 1;
let _a = a;
let b = a;
let _b = _a;
}