summaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/torture/tuple_struct_unused.rs
blob: 8da0a50632b78282b4d11dea0588fcb83ccdd7a8 (plain)
1
2
3
4
struct Foo(i32, i32);
// { dg-warning "struct is never constructed" "" { target *-*-* } .-1 }

fn main() {}