Guest User

Untitled

a guest
Oct 19th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. pub fn foo() {
  2. let _x: &'static i32 = unsafe { &mut BAR };
  3.  
  4. static mut BAR: i32 = 42;
  5. }
Add Comment
Please, Sign In to add comment