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