aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr43164.c
blob: 7e3e074bbccd7024ffc2179159ca28eb4c3ec682 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
struct S0
{
  unsigned char f0;
  int:0;
};

struct S1
{
  struct S0 f0;
};

struct S1 func_34 (void)
{
  struct S1 l_221 = { { 1 } };
  return l_221;
}