Home | History | Annotate | Download | only in ld-plugin
      1 extern int xxx;
      2 
      3 int
      4 main ()
      5 {
      6   return xxx;
      7 }
      8