// Inconsistent initializer expression list lengths make it impossible int a[2][] = { { 1, 2, 3 }, { 1, 2, 3, 4 } };