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