blob: 413566f49d6786c804e4a0046bcadf0864cb0146 [file] [log] [blame]
// PR c++/51369
// { dg-do compile { target c++11 } }
constexpr int x[2][2] = {};
template<int>
void
foo ()
{
x[0][0];
}