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