b

Macro b 

Source
macro_rules! b {
    ($($tts:tt)*) => { ... };
}