a

Macro a 

Source
macro_rules! a {
    ($($t:tt)*) => { ... };
}