Home | History | Annotate | Download | only in ld-selective
      1 /* _start should be the only thing left after GC.  */
      2 
      3 void _start() __asm__("_start");
      4 void _start()
      5 {
      6 }
      7 
      8 void dropme1()
      9 {
     10 }
     11 
     12 int dropme2[102] = { 0 };
     13