blob: 14cb2987420070575122cd05ae75cfd3262322f8 [file] [log] [blame]
// PR c++/60375
// { dg-do compile { target c++11 } }
struct A
{
decltype( [](){ return this; }() ) x; // { dg-error "unevaluated" }
};