summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/nullptr29.C
blob: a8e35a9b679cdfb40225db2207efcc9c63f8fcac (plain)
1
2
3
4
// PR c++/53882
// { dg-options "-std=gnu++11 -O" }

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