aboutsummaryrefslogtreecommitdiff
path: root/libctf/testsuite/libctf-lookup/enum-ctf-2.c
blob: 39c9865e528adc77cb77f509df8a73b6d224111a (plain)
1
2
3
4
5
6
enum e { ENUMSAMPLE_1 = 6, ENUMSAMPLE_2 = 7 };

enum ie2 { IENUMSAMPLE2_1 = -10, IENUMSAMPLE2_2 };

enum e baz;
enum ie2 quux;