blob: 1a5d5659f4c65fb47f210c57a744f3a8cca2b9a1 [file] [log] [blame]
const a : i32 = 1;
const _a : i32 = 2;
fn f() {
const b = a;
const _b = _a;
}