xref: /openbsd/regress/bin/ps/shortsleep.c (revision d415bd75)
1 #include <unistd.h>
2 
3 int
4 main(void)
5 {
6 	sleep(5);
7 	return 0;
8 }
9