gdb: Remove inappropriate comments
[binutils-gdb.git] / libctf / testsuite / libctf-lookup / enum-ctf-2.c
blob39c9865e528adc77cb77f509df8a73b6d224111a
1 enum e { ENUMSAMPLE_1 = 6, ENUMSAMPLE_2 = 7 };
3 enum ie2 { IENUMSAMPLE2_1 = -10, IENUMSAMPLE2_2 };
5 enum e baz;
6 enum ie2 quux;