CLD_KILLED
infop->cause = (status & 0x80) ? CLD_DUMPED : CLD_KILLED;
info.si_code = CLD_KILLED;
case CLD_KILLED:
ASSERT_EQ(info.si_code, CLD_KILLED);