(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
pr28706_0.c
       1  /* PR c/28706 */
       2  /* { dg-lto-do link } */
       3  
       4  struct A
       5  {
       6    int i;
       7  } __attribute__((aligned (sizeof (long int))));
       8  
       9  extern void foo (struct A *);
      10  extern void foo (struct A *);
      11  
      12  int main() { return 0; }