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