1/* gcc -gctf -c test-array-mdimension.c -o test-array-mdimension.o */
2char a[2][3][4][5];
3