Macro include_graph

Source
macro_rules! include_graph {
    ($graph: tt) => { ... };
}