7 lines
72 B
Rust
7 lines
72 B
Rust
|
//@ known-bug: #121299
|
||
|
#[derive(Eq)]
|
||
|
struct D {
|
||
|
_: union {
|
||
|
},
|
||
|
}
|