module tangotests.arrays3; void main() { const char[2][2] id = [1: "ab"]; }