Macro path

Source
macro_rules! path {
    ($($tt:tt)+) => { ... };
}