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