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
Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-x86-64
/
pr19031c.c
blob
60eccaf3624d0ebb6db1eb4ae736e22e40af0e3d
1
#include <stdio.h>
2
3
extern
void
*
h
(
void
);
4
extern
void
*
g
(
void
);
5
6
int
7
main
(
void
)
8
{
9
10
if
(
h
() ==
g
())
11
printf
(
"OK
\n
"
);
12
13
return
0
;
14
}