summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/rv-restrict.C
blob: 569ee5bb6c95d2778c33250e357f933c60c112c2 (plain)
1
2
3
4
5
6
// PR c++/45401
// { dg-options -std=c++0x }

typedef int &__restrict restrictLvref;
typedef restrictLvref &&rvrefToRestrictLvref;
typedef restrictLvref rvrefToRestrictLvref;