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