Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
cross-crate
/
auxiliary
/
static_init_aux.rs
blob: 3b664f43654e9a48a124054b9e694e799d154112 [
file
] [
log
] [
blame
]
pub
static
V
:
&
u32
=
&
X
;
pub
static
F
:
fn
()
=
f
;
static
X
:
u32
=
42
;
pub
fn
v
()
->
*
const
u32
{
V
}
fn
f
()
{}