Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- static FOO: i32 = 5;
- fn main() {
- let x: &'static i32 = &FOO;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement