PR c++/53882
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / nullptr29.C
bloba8e35a9b679cdfb40225db2207efcc9c63f8fcac
1 // PR c++/53882
2 // { dg-options "-std=gnu++11 -O" }
4 void f(decltype(nullptr) &__restrict np) { }