1 // PR c++/56701
2 // { dg-require-effective-target c++11 }
3 
4 struct A
5 {
fA6   void f(){ A*&& a = this; }
7 };
8