(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
pr58707.C
// PR c++/58707
// { dg-do compile { target c++11 } }

template<int i> class TC { };
constexpr int foo[] = { 42 };
TC<foo[0 > 1]> bar;