blob: ddc2636306e44a5834122602da94f2310ad4a1f8 [file] [log] [blame]
/*
Test that the BUS_ADRERR macro is defined.
*/
#include <signal.h>
#ifndef BUS_ADRERR
#error BUS_ADRERR not defined
#endif