Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-24353.rs
blob: 369fc238d117301609c4b2c9d15c6d5e132f3868 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
#![
allow
(
unreachable_code
)]
fn
main
()
{
return
();
let
x
=
();
x
}