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