// 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=<
// >];
// bb1 [shape="none", label=<
// >];
// bb2 [shape="none", label=<
// >];
// bb0 -> bb2 [label=""];
// }
// END rustc.main.mir_map.0.dot