Silence nds32 pic warnings
[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.255735 seconds and 4 git commands to generate.