Retro68/binutils/ld/testsuite/ld-selective/1.c

13 lines
153 B
C
Raw Normal View History

2012-03-26 19:18:29 +00:00
/* _start should be the only thing left after GC. */
void _start() __asm__("_start");
void _start()
{
}
void dropme1()
{
}
int dropme2[102] = { 0 };