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