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