repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
AArch64: Add SVE DWARF registers
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
pr14525.c
blob
082eb87bef219bc3fb830afb211032e7ce7e2d7d
1
#include <stdio.h>
2
3
extern
void
*
__executable_start
;
4
5
int
6
main
()
7
{
8
if
((
void
**) &
main
>= &
__executable_start
)
9
printf
(
"OK
\n
"
);
10
return
0
;
11
}