Sign in
fuchsia
/
third_party
/
rust
/
4360fd7f342943b3d25a3eb7064fd3ef7599274e
/
.
/
tests
/
ui
/
binding
/
match-pattern-simple.rs
blob: da22acd7f37f33a486b52fbc375a5634b52cf961 [
file
] [
log
] [
blame
]
//@ run-pass
#![
allow
(
dead_code
)]
fn
altsimple
(
f
:
isize
)
{
match
f
{
_x
=>
()
}
}
pub
fn
main
()
{
}