Home | History | Annotate | Download | only in ld-plugin
      1 struct Foooo {
      2   virtual ~Foooo () { }
      3 };
      4 
      5 int main(void)
      6 {
      7   Foooo t;
      8   return 0;
      9 }
     10