(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
torture/
struct_init_2.rs
struct Foo(f32, f32);

fn main() {
    let a = Foo { 0: 10.0, 1: 20.0 };
    // { dg-warning "unused name" "" { target *-*-* } .-1 }
}