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