Home | History | Annotate | Download | only in ld-elfvers
      1 extern int x;
      2 void foo (void)
      3 {
      4   x = 24;
      5 }
      6