aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elfcomm/common1b.c
blob: a375c90247104ace6d20dc9b2a41ad5f76da6547 (plain)
1
2
3
4
5
6
7
static
#if     __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3)
  __attribute__((__used__))
#endif  /* __GNUC__ */
  char dummy1 = 'X';
char foo1 [] = "Aligned at odd byte.";
char foo2 [4];