aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/rv-restrict.C
blob: 11bf4dec098980bd57cfb0172d8a1bcbeee67f0e (plain)
1
2
3
4
5
6
// PR c++/45401
// { dg-do compile { target c++11 } }

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