Files
rust/tests/mir-opt/dataflow.rs

7 lines
174 B
Rust
Raw Permalink Normal View History

2024-12-02 10:50:06 +11:00
// skip-filecheck
// Test graphviz dataflow output
//@ compile-flags: -Z dump-mir=main -Z dump-mir-dataflow
// EMIT_MIR dataflow.main.maybe_uninit.borrowck.dot
2024-12-02 10:50:06 +11:00
fn main() {}