mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
19 lines
313 B
Rust
19 lines
313 B
Rust
// MIR for `main` after SimplifyLocals-final
|
|
|
|
fn main() -> () {
|
|
let mut _0: ();
|
|
scope 1 {
|
|
debug x => const 4_i32;
|
|
scope 2 {
|
|
debug y => const 3_i32;
|
|
scope 3 {
|
|
debug z => const 42_u32;
|
|
}
|
|
}
|
|
}
|
|
|
|
bb0: {
|
|
return;
|
|
}
|
|
}
|