Sign in
fuchsia
/
third_party
/
rust
/
972fef232ec0dd7a3f42091aa6f36cd68aeb3eef
/
.
/
tests
/
mir-opt
/
pre-codegen
/
optimizes_into_variable.main.SimplifyLocals-final.after.32bit.panic-abort.mir
blob: 425b95db3363a91d721e7374333e8265d43c9601 [
file
] [
log
] [
blame
]
// 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
;
}
}