blob: 9e14a94fc92de22b8244d3b5a12264b7f487fee4 [file]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
Array<int, Dynamic, 1> v{{1, 2, 3, 4, 5}};
cout << v << endl;