(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
torture/
block_expr_parser_bug.rs
fn main() {
    let a = 123;
    let b = if a > 10 { a - 1 } else { a + 1 };
    // { dg-warning "unused name" "" { target *-*-* } .-1 }
}