* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-51369.C
blob413566f49d6786c804e4a0046bcadf0864cb0146
1 // PR c++/51369
2 // { dg-do compile { target c++11 } }
4 constexpr int x[2][2] = {};
6 template<int>
7 void
8 foo ()
10   x[0][0];