Guest User

Untitled

a guest
Jul 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #![crate_type = "cdylib"]
  2.  
  3. static A: usize = 3;
  4.  
  5. #[no_mangle]
  6. pub extern fn foo() -> usize { &A as *const usize as usize }
Add Comment
Please, Sign In to add comment