blob: 0238740496eab862030678dccb60f9f36c871f21 [file] [log] [blame]
// PR c++/49003
// { dg-do compile { target c++11 } }
struct A {
auto a() const -> decltype(this) { return this; }
};