rust/tests/crashes/121299.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
72 B
Rust
Raw Normal View History

//@ known-bug: #121299
#[derive(Eq)]
struct D {
_: union {
},
}