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