(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
torture/
static_var1.rs
static x:i32 = 3;

fn main() {
    let y = x +1;
    // { dg-warning "unused name" "" { target *-*-* } .-1 }
}