Sanitize access to gdbarch on the SDT probe API (and fix ARM bug)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr14525.c
CommitLineData
11cba4ac
L
1#include <stdio.h>
2
3extern void *__executable_start;
4
5int
6main()
7{
8 if ((void **) &main >= &__executable_start)
9 printf ("OK\n");
10 return 0;
11}
This page took 0.082935 seconds and 4 git commands to generate.