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-plugin
/
pr21382a.c
blob
09b9d758d3ecc7a98fca7e7b795e66c73995a582
1
#include <stdio.h>
2
3
extern
void
y
(
void
);
4
5
void
6
x
(
void
)
7
{
8
printf
(
"PASS
\n
"
);
9
}
10
11
12
int
13
main
(
void
)
14
{
15
y
();
16
return
0
;
17
}