2 // Contributed by Wolfgang Bangerth <bangerth at dealii dot org>
3 // PR c++/12335: Make sure we don't ICE on the qualified-id form of a
7 ~Y() {} // { dg-bogus "note" "implemented DR272" { xfail *-*-* } }
11 ~X() {} // { dg-bogus "note" "implemented DR272" { xfail *-*-* } }
13 X::~X(); // { dg-bogus "" "implemented DR272" { xfail *-*-* } }
14 Y::~Y(); // { dg-bogus "" "implemented DR272" { xfail *-*-* } }