blob: f5d9d6aad180b023e6e3ff65a27ec50c09f9beca [file] [log] [blame]
struct A {};
template <typename T> struct B
{
B() { A().A::~A(); }
};
B<void> b;