Home | History | Annotate | Download | only in ld-elf
      1 int f(void) __attribute__((weak));
      2 int main(void){return f?f():0;}
      3