Home | History | Annotate | Download | only in ld-ifunc
      1 void bar(void);
      2 int main(void)
      3 {
      4   bar();
      5   return 0;
      6 }
      7