* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / nullptr29.C
blobd2325bb83c4afc7870ca646e522614e6feee8570
1 // PR c++/53882
2 // { dg-options "-O" }
3 // { dg-do compile { target c++11 } }
5 void f(decltype(nullptr) &__restrict np) { }