1 // PR c++/53882
2 // { dg-options "-std=gnu++11 -O" }
3 
f(decltype (nullptr)& __restrict np)4 void f(decltype(nullptr) &__restrict np) { }
5