aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/torture/parens1.rs
blob: 795eb96080501239e61c6df60187e624faaa0ba9 (plain)
1
2
3
4
5
fn main() {
    let a = 123;
    let b = a + (a * 2);
    // { dg-warning "unused name" "" { target *-*-* } .-1 }
}