mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-05 12:53:16 +08:00
4 lines
147 B
C
4 lines
147 B
C
|
enum day_of_the_week {Monday = 0, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday};
|
||
|
|
||
|
static enum day_of_the_week day __attribute__((used));
|