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