Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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
;
}
};