Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-ctf / enum-4.c
blob00634244107781bd3e646e111e25ed1b328cf7bf
1 enum intersecting_days_of_the_week {Montag = 1, Tuesday = 2};
3 static enum intersecting_days_of_the_week day __attribute__((used));