unit m3_no_checks; fn main() -> i32 { let a: [2]i32 = [1, 2]; let x: i32 = a[2]; return x - x; }