summaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs
blob: e45c9389c9345a499e808266c156f0e7dcbcc3ed (plain)
1
2
const TEST: [i32; 16] = [2, 6, 3, 10, 7, 0, 4, 13, 1, 11, 12, 5, 9, 14, 15, 8];
// { dg-warning "unused name" "" { target *-*-* } .-1 }