(root)/
binutils-2.41/
ld/
testsuite/
ld-ctf/
enum-2.c
       1  enum day_of_the_week {Sunday = 0, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday};
       2  
       3  static enum day_of_the_week day __attribute__((used));