// PR c++/51369 // { dg-do compile } // { dg-options "-std=c++11" } constexpr int x[2][2] = {}; template void foo () { x[0][0]; }