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
Updated Malay translation for the bfd sub-directory
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-plugin
/
pr12942a.cc
blob
d5328dd33c788e644fb7cc6b14148e605d9f6083
1
#include <stdio.h>
2
#include
"pr12942a.h"
3
4
test_t
b
(
void
);
5
6
int
7
main
(
void
)
8
{
9
if
(
test
!=
b
())
10
__builtin_abort
();
11
12
printf
(
"OK
\n
"
);
13
return
0
;
14
}