(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
pr27898_0.c
       1  /* PR c/27898 */
       2  /* { dg-lto-do link } */
       3  
       4  union u { struct { int i; }; };
       5  
       6  extern int foo (union u *);
       7  
       8  int main() { return 0; }