aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-ctf/enum-4.c
blob: 00634244107781bd3e646e111e25ed1b328cf7bf (plain)
1
2
3
enum intersecting_days_of_the_week {Montag = 1, Tuesday = 2};

static enum intersecting_days_of_the_week day __attribute__((used));