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