// 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_12 { // The name here MUST be an ASCII identifier. // graph [fontname="monospace"]; // node [fontname="monospace"]; // edge [fontname="monospace"]; // label=>; // bb0__0_12 [shape="none", label=<
0
_0 = ()
goto
>]; // bb1__0_12 [shape="none", label=<
1
resume
>]; // bb2__0_12 [shape="none", label=<
2
return
>]; // bb0__0_12 -> bb2__0_12 [label=""]; // } // END rustc.main.mir_map.0.dot