10 lines
61 B
C++
10 lines
61 B
C++
struct S
|
|
{
|
|
int m0[6][3];
|
|
int m1[6][5];
|
|
};
|
|
|
|
void
|
|
foo(S&)
|
|
{}
|