#![allow(dead_code, deprecated, unused_variables, unused_mut)] fn main() { let array: [i32; 3] = [0; 3]; for x in &array {} }