(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
nullptr29.C
// PR c++/53882
// { dg-options "-O" }
// { dg-do compile { target c++11 } }

void f(decltype(nullptr) &__restrict np) { }