Macro blas_warn_layout_clone

Source
macro_rules! blas_warn_layout_clone {
    ($array:expr) => { ... };
    ($array:expr, $msg:tt) => { ... };
}