Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
torture/
array_zero_length.rs
fn main() { let arr = ["Hello"; 0]; // { dg-warning "unused name" "" { target *-*-* } .-1 } }