blob: b3cb0fca3770653bc94d341aa4c23ed492a4a70c [file] [log] [blame]
f ()
{
int i;
short x, z;
for (i = 0; i <= 1; i++)
x = i;
return x + z;
}