Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
rv-restrict.C
blob: 11bf4dec098980bd57cfb0172d8a1bcbeee67f0e [
file
] [
log
] [
blame
]
// PR c++/45401
// { dg-do compile { target c++11 } }
typedef
int
&
__restrict restrictLvref
;
typedef
restrictLvref
&&
rvrefToRestrictLvref
;
typedef
restrictLvref rvrefToRestrictLvref
;