blob: d1dbb39fc612043968661ba8c13a66b5585ae44d [file] [log] [blame]
// PR c++/60417
struct A { explicit A(int = 0); };
int main()
{
A a[1] = { };
}