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