1 2 3 4 5 6 7 8 9
export fn f() void { i[i] = i[i]; } // error // backend=stage2 // target=native // // :2:5: error: use of undeclared identifier 'i'