xref
: /
third_party
/
libabigail
/
tests
/
data
/
test-abicompat
/
test9-fn-changed-v1.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/libabigail/tests/data/test-abicompat/
1
struct
S
2
{
3
int
m0
;
4
char
m1
;
5
SS
6
S()
7
:
m0
(),
m1
()
8
{}
9
};
10
11
int
12
foo
(S&);
13