1foo (a)
2{
3  if ((unsigned) a < 234)
4    return 1;
5}
6