// Multidimensional array syntax in leo function main() { const a: [u32; (3, 2)] = [[0; 3]; 2]; // initializer (incorrectly reversed ordering) }