Macro region

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