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
/
pr31644a.c
blob
1c03a955c3781d2ce2f3c5180695709f095774da
1
#include <stdio.h>
2
3
void
4
bar
(
void
)
5
{
6
}
7
8
int
9
main
()
10
{
11
printf
(
"PASS
\n
"
);
12
return
0
;
13
}