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