aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/noncompile/930622-2.c
blob: a75e0c43889ed21508ff40fc33539a3736cd723c (plain)
1
2
3
4
5
6
f ()
{
  int i;
  for (i--)
    ;
}