xsh.c   [plain text]


foo (a, b)
{
  a = b + b;
  if (a)
    return a;
  return b;
}