Macro variant

macro_rules! variant {
    ($($proc_macro:tt)*) => { ... };
}