Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
consts
/
raw_pointer_promoted.rs
blob: 9bffd79709f9c589157cc92204bfb4c43c90006a [
file
]
//@ check-pass
pub
const
FOO
:
&
'
static
*
const
i32
=
&(&
0
as
_
);
fn
main
()
{}