]> git.proxmox.com Git - rustc.git/blob - tests/mir-opt/asm_unwind_panic_abort.main.AbortUnwindingCalls.after.mir
New upstream version 1.72.1+dfsg1
[rustc.git] / tests / mir-opt / asm_unwind_panic_abort.main.AbortUnwindingCalls.after.mir
1 // MIR for `main` after AbortUnwindingCalls
2
3 fn main() -> () {
4 let mut _0: ();
5 let _1: ();
6 scope 1 {
7 }
8
9 bb0: {
10 StorageLive(_1);
11 _1 = const ();
12 asm!("", options(MAY_UNWIND)) -> [return: bb1, unwind terminate];
13 }
14
15 bb1: {
16 StorageDead(_1);
17 _0 = const ();
18 return;
19 }
20 }