(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
torture/
tuple_struct1.rs
struct Foo(i32, i32, bool);

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