921e5a0eb4
From-SVN: r14840
9 lines
85 B
C
9 lines
85 B
C
foo (a)
|
|
{
|
|
int b = a + 1;
|
|
int c = (short) a;
|
|
if (b)
|
|
return b;
|
|
return 1;
|
|
}
|