Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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
;