/* ISC license. */ #include int main (void) { return kill(-1, SIGKILL) < 0 ; }