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

fn main() {}