blob: ff017efaea37dfcfc5c1c971555d223a5c3fac87 [file] [log] [blame]
fn f() {
let a = 1;
let a__ = a;
let b = a;
let b__ = a__;
}