aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/950816-3.c
blob: b3cb0fca3770653bc94d341aa4c23ed492a4a70c (plain)
1
2
3
4
5
6
7
8
f ()
{
  int i;
  short	x, z;
  for (i = 0; i <= 1; i++)
    x = i;
  return x + z;
}