Sign in
gnu
/
binutils-gdb
/
32c8e7265a55ab4cf14fa255115a81134c62fb16
/
.
/
libctf
/
testsuite
/
libctf-lookup
/
enum-ctf.c
blob: aa60d72722e6839da6373d90b57c56846731738c [
file
] [
log
] [
blame
]
/* Looked up item by item. */
enum
e
{
ENUMSAMPLE_1
=
0
,
ENUMSAMPLE_2
=
1
};
/* Looked up via both sorts of iterator in turn. */
enum
ie
{
IENUMSAMPLE_1
=
-
10
,
IENUMSAMPLE_2
,
IENUMSAMPLE_3
};
enum
e foo
;
enum
ie bar
;