root/regress/bin/ps/shortsleep.c
#include <unistd.h>

int
main(void)
{
        sleep(5);
        return 0;
}