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