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