stacky.c revision d2a70789f056fc6c9ce3ab047b52126d80b0e3da
#include <unistd.h>
int
main(int argc, char **argv)
{
sleep(100000);
return (0);
}