summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.dg/cpp0x/trailing6.C
blob: 3476e90e580560cfb10858a2928f90f5ffb797ae (plain)
1
2
3
4
5
6
// PR c++/49003
// { dg-options -std=c++0x }

struct A {
    auto a() const -> decltype(this) { return this; }
};
OpenPOWER on IntegriCloud