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