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
138 B
Rust
Raw Normal View History

// skip-filecheck
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() {}