(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
torture/
shadow2.rs
fn main() {
    let x = 1;
    let x = x + 1;
    // { dg-warning "unused name" "" { target *-*-* } .-1 }
}