rust/tests/mir-opt/dataflow.rs
2024-12-02 16:19:17 +11:00

7 lines
172 B
Rust

// skip-filecheck
// Test graphviz dataflow output
//@ compile-flags: -Z dump-mir=main -Z dump-mir-dataflow
// EMIT_MIR dataflow.main.maybe_init.borrowck.dot
fn main() {}