* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / rv-restrict.C
blob11bf4dec098980bd57cfb0172d8a1bcbeee67f0e
1 // PR c++/45401
2 // { dg-do compile { target c++11 } }
4 typedef int &__restrict restrictLvref;
5 typedef restrictLvref &&rvrefToRestrictLvref;
6 typedef restrictLvref rvrefToRestrictLvref;