* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-auto.C
blobae270dc1d33e295639cb1fc9daf0cd4256b14f88
1 // { dg-do compile { target c++11 } }
2 constexpr auto value = 0;