about summary refs log tree commit diff
path: root/tests/mir-opt/inline/cycle.main.Inline.panic-abort.diff
blob: 6522ed6bffd0dbfab2f456a57e3f0465fb6c31cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- // MIR for `main` before Inline
+ // MIR for `main` after Inline
  
  fn main() -> () {
      let mut _0: ();
      let _1: ();
  
      bb0: {
          StorageLive(_1);
          _1 = f::<fn() {g}>(g) -> [return: bb1, unwind unreachable];
      }
  
      bb1: {
          StorageDead(_1);
          _0 = const ();
          return;
      }
  }