OSDN Git Service

PR c++/51459
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / rv-restrict.C
1 // PR c++/45401
2 // { dg-options -std=c++0x }
3
4 typedef int &__restrict restrictLvref;
5 typedef restrictLvref &&rvrefToRestrictLvref;
6 typedef restrictLvref rvrefToRestrictLvref;