1 2 3 4 5 6 7 8
struct S1 { x: f64, y: f64, } struct S1(i32, bool); // { dg-error "redefined multiple times" } fn main() {}