rust/tests/crashes/137874.rs
2025-03-08 20:13:07 +01:00

4 lines
63 B
Rust

//@ known-bug: #137874
fn a() {
match b { deref !(0c) };
}