(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
const6.rs
fn main() {
    const array:[i32; 1] = [1];
    const slice:&[i32] = &array;
}