// PR c++/79790
// { dg-do compile { target c++17 } }
template <int N>
struct array
{
  int a [N];
};
array a = { 1, 2, 3 };  // { dg-error "" }
// PR c++/79790
// { dg-do compile { target c++17 } }
template <int N>
struct array
{
  int a [N];
};
array a = { 1, 2, 3 };  // { dg-error "" }