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