xref
: /
external
/
libabigail
/
tests
/
data
/
test-diff-suppr
/
test33-v0.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
class
to_keep
2
{
3
void
method1
();
4
void
method2
();
5
};
6
7
void
bar
(
to_keep
&);
8