repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
main.c
blob
24f9dcc86515e15b63abee795b0cd6fc2d0e10cb
1
#include <stdio.h>
2
3
int
4
main
(
void
)
5
{
6
printf
(
"MAIN
\n
"
);
7
return
0
;
8
}