921e5a0eb4
From-SVN: r14840
6 lines
52 B
C
6 lines
52 B
C
foo (a)
|
|
{
|
|
if ((unsigned) a < 234)
|
|
return 1;
|
|
}
|