android13/external/ltp/testcases/kernel/mem/vma/vma05_vdso.c

8 lines
68 B
C

#include <signal.h>
int main(void)
{
raise(SIGSEGV);
return 0;
}