#include <signal.h>
int const foo = SEGV_ACCERR;
int main(void) { return 0; }
