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