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