xref
: /
third_party
/
libabigail
/
tests
/
data
/
test-diff-dwarf
/
test15-enum-v0.cc
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/libabigail/tests/data/test-diff-dwarf/
1
typedef
enum
{
2
v0
,
3
v1
,
4
v2
5
} E;
6
7
void
foo(E)
8
foo
(E)
9
{
10
}
11