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