dtor2.C   [plain text]


struct A {
  typedef A A2;
  ~A2(); // { dg-error "" }
};