repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gdb: Remove inappropriate comments
[binutils-gdb.git]
/
libctf
/
testsuite
/
libctf-lookup
/
enum-ctf-2.c
blob
39c9865e528adc77cb77f509df8a73b6d224111a
1
enum
e
{
ENUMSAMPLE_1
=
6
,
ENUMSAMPLE_2
=
7
};
2
3
enum
ie2
{
IENUMSAMPLE2_1
= -
10
,
IENUMSAMPLE2_2
};
4
5
enum
e baz
;
6
enum
ie2 quux
;