mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
10 lines
299 B
Rust
10 lines
299 B
Rust
// MIR for `hello` before PreCodegen
|
|
|
|
fn hello() -> () {
|
|
let mut _0: (); // return place in scope 0 at $DIR/control_flow_simplification.rs:+0:14: +0:14
|
|
|
|
bb0: {
|
|
return; // scope 0 at $DIR/control_flow_simplification.rs:+4:2: +4:2
|
|
}
|
|
}
|