macro_rules! strong {
    ($($part:expr),* $(,)?) => { ... };
}