4 lines
63 B
Rust
4 lines
63 B
Rust
//@ known-bug: #137874
|
|
fn a() {
|
|
match b { deref !(0c) };
|
|
}
|