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