Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
mir
/
mir-inlining
/
auxiliary
/
internal.rs
blob: 580accabef427e9dbebebf55cda1353b288c06b4 [
file
] [
log
] [
blame
]
//@ compile-flags: -Zalways-encode-mir
static
S
:
usize
=
42
;
pub
fn
f
()
->
&
'
static
usize
{
&
S
}