mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-21 03:14:11 +00:00
7 lines
172 B
Rust
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() {}
|