Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-selective
/
1.c
blob: 120236770278a4908963dfd55f2ab359fc1cc189 [
file
] [
log
] [
blame
]
/* _start should be the only thing left after GC. */
void
_start
()
__asm__
(
"_start"
);
void
_start
()
{
}
void
dropme1
()
{
}
int
dropme2
[
102
]
=
{
0
};