aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/930503-2.c
blob: 1b0ea34f0385f525c555b3d4c99a24a81968f46b (plain)
1
2
3
4
5
f()
{
  struct { char x; } r;
  g(r);
}