rust/tests/mir-opt/graphviz.rs

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

7 lines
137 B
Rust
Raw Normal View History

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