Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-16452.rs
blob: 07dbf4729e6f71d5ab9e6b998365e36714635107 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
#![
allow
(
dead_code
)]
//@ pretty-expanded FIXME #23616
fn
main
()
{
if
true
{
return
}
match
()
{
()
=>
{
static
MAGIC
:
usize
=
0
;
}
}
}