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
[PATCH 53/57][Arm][OBJDUMP] Add support for MVE instructions: vand, vbrsr, vcls,...
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-ifunc
/
pr18841a.c
blob
72179d2dc979cb80b13946d6f5464c435e8e90ea
1
#include <stdio.h>
2
3
extern
void
test
(
void
);
4
5
void
zoo
(){}
6
7
int
main
()
8
{
9
test
();
10
printf
(
"OK
\n
"
);
11
return
0
;
12
}