(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
redef_error1.rs
struct S1 {
    x: f64,
    y: f64,
}

struct S1(i32, bool); // { dg-error "redefined multiple times" }

fn main() {}