blob: 05b57d36442d17aa45045417d54aa074016c7ed4 [file] [log] [blame]
#include <signal.h>
main()
{
kill(0,SIGSTOP);
}