Sign in
android
/
toolchain
/
rustc
/
5c0824a599f2f1f4dcb9c92edf09f6c1b555988d
/
.
/
tests
/
ui
/
numbers-arithmetic
/
uint.rs
blob: d219eae8f333e880d308ced07ff9e629ba996b9d [
file
] [
log
] [
blame
]
// run-pass
// pretty-expanded FIXME #23616
pub
fn
main
()
{
let
_x
:
usize
=
10
as
usize
;
}