Macro shkeleton::diag[]

macro_rules! diag {
    ( $ ( $ arg : tt ) + ) => { ... };
}