xref
: /
external
/
libabigail
/
tests
/
data
/
test-diff-dwarf
/
test15-enum-v1.cc
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
typedef
enum
{
2
v0
,
3
v1
,
4
v2
,
5
v3
,
6
v4
,
7
v5
8
}
E
;
9
10
void
foo(E)
11
foo
(
E
)
12
{
13
}
14