glibc/sysdeps/aarch64/tst-bti-abort-unprot-preload.c

9 lines
193 B
C

/* This test checks if the process is aborted if LD_PRELOAD is used with a
module without BTI markings and BTI is enforced. */
#include "tst-bti-skeleton.c"
int fun (void)
{
return 0;
}