1struct S
2{
3	int m0[5][3];
4	int m1[6][4];
5};
6
7void
8foo(S&)
9{}
10