xref
: /
external
/
libabigail
/
tests
/
data
/
test-abicompat
/
test9-fn-changed-v0.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
struct
S
2
{
3
int
m0
;
4
SS
5
S
()
6
:
m0
()
7
{}
8
};
9
10
int
11
foo
(
S
&);
12