1 // PR c++/53882
2 // { dg-options "-O" }
3 // { dg-do compile { target c++11 } }
4 
f(decltype (nullptr)& __restrict np)5 void f(decltype(nullptr) &__restrict np) { }
6