]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.dg/cpp0x/rv-this2.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / rv-this2.C
CommitLineData
23f4e590
JM
1// PR c++/56701
2// { dg-do compile { target c++11 } }
3
4struct A
5{
6 void f(){ A*&& a = &*this; }
7};
8int main(){}
This page took 2.564956 seconds and 5 git commands to generate.