android13/external/libabigail/tests/data/test-diff-dwarf/test10-v0.cc

10 lines
60 B
C++

struct S
{
int m0[5][3];
int *m1[10];
};
void
foo(S&)
{}