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