Macro paths

Source
macro_rules! paths {
    ($($x:tt)*) => { ... };
}