#include <sys/wait.h>
int const foo = WEXITED;
int main(void) { return 0; }
