blob: 51905f982b8f97086f3c375a294205c9ed2feab0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// MIR for `process_void` after SimplifyLocals-final
fn process_void(_1: *const Void) -> () {
debug input => _1;
let mut _0: ();
scope 1 {
debug _input => _1;
}
scope 2 {
}
bb0: {
return;
}
}
|