blob: 9171f8c62d909d16f8784c3069bc1aa86511ec57 [file] [log] [blame]
// PR c++/33035
template<class A>
struct a {
template<class B>
struct b {
template<class C>
void f()
{
struct g
{
~g() {}
};
}
};
};