//ww:run-exit 6 package main; def D: [_][2]int = [[1, 2], [3, 4], [5, 6]]; export fn main() i32 = { return D[2][1]: i32; };