Sign in
gnu
/
binutils-gdb
/
f8da1a05db64d8c5c700e07a008a1938858a7adf
/
.
/
ld
/
testsuite
/
ld-ctf
/
enum-4.c
blob: 00634244107781bd3e646e111e25ed1b328cf7bf [
file
] [
log
] [
blame
]
enum
intersecting_days_of_the_week
{
Montag
=
1
,
Tuesday
=
2
};
static
enum
intersecting_days_of_the_week day __attribute__
((
used
));