xref
: /
third_party
/
libabigail
/
tests
/
data
/
test-diff-dwarf
/
test2-v1.cc
(revision e01aa904)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/libabigail/tests/data/test-diff-dwarf/
1
typedef
int
Int
;
2
typedef
char
Char
;
3
4
void
5
foo
(
Int
,
Char
)
6
{
7
}
8