Sign in
android
/
toolchain
/
rustc
/
59fbe18bc79ed87d0c5f02705e7cf19e402e1f2b
/
.
/
src
/
test
/
ui
/
consts
/
auxiliary
/
cci_const.rs
blob: c83b3f4a5bbf0908fbd72c6188ef18a2d356d64d [
file
]
pub
extern
"C"
fn
bar
()
{
}
pub
const
foopy
:
&
'
static
str
=
"hi there"
;
pub
const
uint_val
:
usize
=
12
;
pub
const
uint_expr
:
usize
=
(
1
<<
uint_val
)
-
1
;