Sign in
gnu
/
binutils-gdb
/
82e6d6bf900e9c1929cc2d4e64a16ab4e1abe4e9
/
.
/
ld
/
testsuite
/
ld-ctf
/
enum.c
blob: 11851a1fc0f84122237e9255624dcb716c65bdcd [
file
]
enum
day_of_the_week
{
Monday
=
0
,
Tuesday
,
Wednesday
,
Thursday
,
Friday
,
Saturday
,
Sunday
};
static
enum
day_of_the_week day __attribute__
((
used
));