blob: 5838e7b929aaa29628ecdbe80e2fdc636ce153c6 [file]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
VectorXi v{{1, 2}};
cout << v << endl;