Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.dg / lto / pr27898_1.c
blob110e0d9df3a50f31f441e667ac0aff0833619e23
1 union u { struct { int i; }; };
3 extern int foo (union u *);