12
int foo[] = { 10, 20, 30 }; int foo[] { 10, 20, 30 };
bool a[n] { }; bool x[n] = { };
vector<bool> x( n, true );
valarray<bool> x( true, n );