Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
consts
/
promote_evaluation_unused_result.rs
blob: 947965ad50c8b46de70cb8fe8f6cc064773ade59 [
file
] [
log
] [
blame
]
//@ build-pass (FIXME(62277): could be check-pass?)
fn
main
()
{
let
_
:
&
'
static
usize
=
&(
loop
{},
1
).
1
;
}