blob: 507de50d544c2485ea90b0939c2c8c1a31e17376 [file] [log] [blame]
#include <signal.h>
int main(void)
{
raise(SIGSEGV);
return 0;
}