blob: d7be7f6e5f2a3f88d48cc932c6857033dade1c67 [file] [log] [blame]
struct S
{
int m0[5][3];
int *m1[10];
};
void
foo(S&)
{}