1.c 153 B

123456789101112
  1. /* _start should be the only thing left after GC. */
  2. void _start() __asm__("_start");
  3. void _start()
  4. {
  5. }
  6. void dropme1()
  7. {
  8. }
  9. int dropme2[102] = { 0 };