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