* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-58541.C
blobab951d25bae6441c032e6d14d3b0993d162041d8
1 // { dg-do compile { target c++11 } }
3 struct X {
4  static constexpr const char x[] = "x";
5 };
6 const char X::x[];