dead.c   [plain text]


foo (a)
{
  ++a;
  return a == 0;
}