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