Initial revision
[binutils.git] / ld / testsuite / ld-selective / 1.c
blob120236770278a4908963dfd55f2ab359fc1cc189
1 /* _start should be the only thing left after GC. */
3 void _start() __asm__("_start");
4 void _start()
8 void dropme1()
12 int dropme2[102] = { 0 };