// PR c++/60305 // { dg-do compile { target c++11 } } template int foo() { return I; } template void bar() { constexpr int (*X[])() = { foo... }; } template void bar<1,3,5>();