summaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/torture/array_zero_length.rs
blob: 3155b1c48c03ea66605f2683412f4a1aca540ab0 (plain)
1
2
3
4
fn main() {
    let arr = ["Hello"; 0];
    // { dg-warning "unused name" "" { target *-*-* } .-1 }
}