Guest User

Untitled

a guest
Dec 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. static mut STDERR_BUFFER_SPACE: u8 = 0;
  2.  
  3. pub static mut STDERR_BUFFER: () = unsafe { STDERR_BUFFER_SPACE = 42 };
  4.  
  5. fn main() {}
Add Comment
Please, Sign In to add comment