1 // PR c++/45401
2 // { dg-do compile { target c++11 } }
3 
4 typedef int &__restrict restrictLvref;
5 typedef restrictLvref &&rvrefToRestrictLvref;
6 typedef restrictLvref rvrefToRestrictLvref;
7