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