Guest User

Untitled

a guest
Nov 17th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. fn main() {
  2. let f: extern "C" fn(*const usize) = 0x1FFF_1FF0 as *const _ as extern "C" fn(*const usize);
  3. }
Add Comment
Please, Sign In to add comment