blob: a4a027a5fce386324bb1252b861a9e79a984de04 [file] [log] [blame]
foo (a)
{
int b = a + 1;
int c = (short) a;
if (b)
return b;
return 1;
}