blob: 5a85f1e50fee816477e9bbc7bdbfcfacfd9abca4 [file] [log] [blame]
struct S1 {
x: f64,
y: f64,
}
struct S1(i32, bool); // { dg-error "defined multiple times" }
fn main() {}