(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
torture/
arrays_index2.rs
fn main() {
    let mut array: [i32; 3] = [0; 3];
    array[0] = 1;
}