1/* Helper binary for the execve tests. Added for PR-4607285 */
2#include <unistd.h>
3int main()
4{
5	sleep(120);
6}
7