rust/tests/mir-opt/graphviz.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
119 B
Rust
Raw Normal View History

2019-03-17 10:36:10 +00:00
// Test graphviz output
// compile-flags: -Z dump-mir-graphviz
// EMIT_MIR graphviz.main.built.after.dot
2019-03-17 10:36:10 +00:00
fn main() {}