mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
7 lines
175 B
Rust
7 lines
175 B
Rust
//@ skip-filecheck
|
|
// Test graphviz dataflow output
|
|
//@ compile-flags: -Z dump-mir=main -Z dump-mir-dataflow
|
|
|
|
// EMIT_MIR dataflow.main.maybe_uninit.borrowck.dot
|
|
fn main() {}
|