xref
: /
third_party
/
libabigail
/
tests
/
data
/
test-diff-dwarf
/
test15-enum-v1.cc
(revision e01aa904)
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
v3
,
6
v4
,
7
v5
8
} E;
9
10
void
11
foo
(E)
12
{
13
}
14