Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
trailing6.C
blob: 0238740496eab862030678dccb60f9f36c871f21 [
file
] [
log
] [
blame
]
// PR c++/49003
// { dg-do compile { target c++11 } }
struct
A
{
auto
a
()
const
->
decltype
(
this
)
{
return
this
;
}
};