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
/
pr31482b.c
blob
3c241735c1662be94fa3d9454605b99f6689529a
1
#include <stdlib.h>
2
#include <stdio.h>
3
4
void
5
abort
(
void
)
6
{
7
printf
(
"PASS
\n
"
);
8
exit
(
0
);
9
}