Skip to content

Instantly share code, notes, and snippets.

@arielb1
Created June 14, 2016 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arielb1/312fe0a9c04f61d7c78a1ccb0e5bec14 to your computer and use it in GitHub Desktop.
Save arielb1/312fe0a9c04f61d7c78a1ccb0e5bec14 to your computer and use it in GitHub Desktop.
let var0: usize;
let var1: Box<i32>;
let var2: i32;
let mut tmp0: ();
let mut tmp1: i32;
start:
var0 = const 100usize;
var1 = Box::new(const 1000i32) unwind uw0;
tmp1 = (*var1);
var2 = tmp1;
return = ();
drop(var1);
return;
uw0:
drop var1;
resume;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment