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