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