// Test graphviz output // compile-flags: -Z dump-mir-graphviz // ignore-tidy-linelength fn main() {} // END RUST SOURCE // START rustc.main.mir_map.0.dot // digraph Mir_0_0_3 { // The name here MUST be an ASCII identifier. // graph [fontname="monospace"]; // node [fontname="monospace"]; // edge [fontname="monospace"]; // label=>; // bb0 [shape="none", label=<
0
_0 = ()
goto
// >]; // bb1 [shape="none", label=<
1
resume
// >]; // bb2 [shape="none", label=<
2
return
// >]; // bb0 -> bb2 [label=""]; // } // END rustc.main.mir_map.0.dot