aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/lto/pr27898_0.c
blob: c7e23f35e3b565537945f3c59faf26edd0ffcac2 (plain)
1
2
3
4
5
6
7
8
/* PR c/27898 */
/* { dg-lto-do link } */

union u { struct { int i; }; };

extern int foo (union u *);

int main() { return 0; }