Guest User

Untitled

a guest
Jan 21st, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. fn main() {
  2. static I: usize = 10;
  3. let arr = [0i32; 5];
  4. arr[I];
  5. }
Add Comment
Please, Sign In to add comment