Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
binding
/
match-pattern-simple.rs
blob: 2e43b702fae945a4cadff223742bf026a3eb7719 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
#![
allow
(
dead_code
)]
//@ pretty-expanded FIXME #23616
fn
altsimple
(
f
:
isize
)
{
match
f
{
_x
=>
()
}
}
pub
fn
main
()
{
}