OpenGrok
Cross Reference: main.c
xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-elf
/
main.c
Home
|
History
|
Annotate
|
Download
|
only in
ld-elf
1
#
include
<
stdio.h
>
2
3
int
4
main
(
void
)
5
{
6
printf
(
"MAIN\n"
);
7
return
0
;
8
}
9