summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-selective/1.c
blob: 120236770278a4908963dfd55f2ab359fc1cc189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* _start should be the only thing left after GC.  */

void _start() __asm__("_start");
void _start()
{
}

void dropme1()
{
}

int dropme2[102] = { 0 };