(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
pr28706_1.c
       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 *);