Sign in
gnu
/
binutils-gdb
/
1dc13c7e9f47718b51d8206e0b7cc8b244271ce4
/
.
/
ld
/
testsuite
/
ld-ctf
/
enum-3.c
blob: c365aaff5640728cfe22f23900d7e2bcafec49f3 [
file
] [
log
] [
blame
]
enum
first_day_of_the_week
{
Sunday
=
0
};
static
enum
first_day_of_the_week day __attribute__
((
used
));