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