#include <sys/wait.h>
#ifndef WEXITSTATUS
#error "WEXITSTATUS is not defined"
#endif
int main(void) { return 0; }
