blob: 353cc72c3357edd6e1a6c21fd54aaa2932155bdd [file] [log] [blame]
// PR c++/58633
// { dg-do compile { target c++11 } }
void foo(int i)
{
typedef int I;
decltype(i.I::~I())* p;
}