(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
torture/
array_const_fold_2.rs
const SIZE: usize = 14 + 2;
const TEST: [i32; SIZE] = [2; SIZE];
// { dg-warning "unused name" "" { target *-*-* } .-1 }