]> git.lizzy.rs Git - rust.git/blob - tests/mir-opt/graphviz.rs
Rollup merge of #106605 - notriddle:notriddle/outdated-rustbook, r=GuillaumeGomez
[rust.git] / tests / mir-opt / graphviz.rs
1 // Test graphviz output
2 // compile-flags: -Z dump-mir-graphviz
3
4 // EMIT_MIR graphviz.main.built.after.dot
5 fn main() {}