macro_rules! m44_new {
($($first_row:expr),*;
$($second_row:expr),*;
$($third_row:expr),*;
$($fourth_row:expr),*
) => { ... };
}
macro_rules! m44_new {
($($first_row:expr),*;
$($second_row:expr),*;
$($third_row:expr),*;
$($fourth_row:expr),*
) => { ... };
}