Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
run-pass
/
nil-pattern.rs
blob: 7261cf4e2daf70df48ee9d4298f0f6117efc537f [
file
] [
log
] [
blame
]
fn
main
()
{
let
x
=
();
match
x
{
()
=>
{
}
}
}