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