Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
ui
/
issues
/
issue-22426.rs
blob: 0857ac9dfb4d17cb3860dd1d0cbe9611606c8a30 [
file
]
//@ run-pass
fn
main
()
{
match
42
{
x
if
x
<
7
=>
(),
_
=>
()
}
}