summary refs log tree commit diff
path: root/src/test/mir-opt/graphviz.rs
blob: b1c0f0dd3c8303c201c70c3e182759fafdad482e (plain)
1
2
3
4
5
// Test graphviz output
// compile-flags: -Z dump-mir-graphviz

// EMIT_MIR rustc.main.mir_map.0.dot
fn main() {}