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

static x: i32 = 3;