(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
issue-557.rs
// { dg-additional-options "-w" }
fn test(a: i32, _: i32) {
    let _ = 42 + a;
}