(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
torture/
unused_struct.rs
struct Foo {
    // { dg-warning "struct is never constructed" "" { target *-*-* } .-1 }
    one: i32,
    two: i32,
}

fn main() {}