rustc/tests/crashes/133117.rs
2025-02-17 11:14:05 +01:00

9 lines
115 B
Rust

//@ known-bug: #133117
fn main() {
match () {
(!|!) if true => {}
(!|!) if true => {}
}
}