Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
nullptr29.C
blob: d2325bb83c4afc7870ca646e522614e6feee8570 [
file
] [
log
] [
blame
]
// PR c++/53882
// { dg-options "-O" }
// { dg-do compile { target c++11 } }
void
f
(
decltype
(
nullptr
)
&
__restrict np
)
{
}