#include <unistd.h>
#ifndef _POSIX_JOB_CONTROL
#error "_POSIX_JOB_CONTROL is not defined"
#endif
int main(void) { return 0; }
