blob: c7e23f35e3b565537945f3c59faf26edd0ffcac2 [file] [log] [blame]
/* PR c/27898 */
/* { dg-lto-do link } */
union u { struct { int i; }; };
extern int foo (union u *);
int main() { return 0; }