// SPDX-FileCopyrightText: The Eigen Authors // SPDX-License-Identifier: MPL-2.0 Array v{{1, 2, 3, 4, 5}}; cout << v << endl;