aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/930530-1.c
blob: 848e0400ece254a8c0df7aebbec305922a1575ce (plain)
1
2
3
4
5
f ()
{
  struct { char a, b; } x;
  g (x, x, x, x);
}