1  /* PR c/28706 */
       2  
       3  struct A
       4  {
       5    int i;
       6  } __attribute__((aligned (sizeof (long int))));
       7  
       8  extern void foo (struct A *);
       9  extern void foo (struct A *);
       1  /* PR c/28706 */
       2  
       3  struct A
       4  {
       5    int i;
       6  } __attribute__((aligned (sizeof (long int))));
       7  
       8  extern void foo (struct A *);
       9  extern void foo (struct A *);