(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
torture/
block_expr4.rs
fn foo() -> isize {
    0
}

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