xref
: /
external
/
libabigail
/
tests
/
data
/
test-diff-dwarf
/
test10-v1.cc
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
struct
S
2
{
3
int
m0
[
5
][
4
];
4
char
*
m1
[
10
];
5
};
6
7
void
foo(S &)
8
foo
(
S
&)
9
{}
10