nalgebra/nalgebra-macros/tests/trybuild/dmatrix_mismatched_dimensio...

6 lines
85 B
Rust
Raw Normal View History

use nalgebra_macros::dmatrix;
fn main() {
dmatrix![1, 2, 3;
4, 5];
}