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