PR tree-optimization/84740
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / pr27898_0.c
blobc7e23f35e3b565537945f3c59faf26edd0ffcac2
1 /* PR c/27898 */
2 /* { dg-lto-do link } */
4 union u { struct { int i; }; };
6 extern int foo (union u *);
8 int main() { return 0; }