Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
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
;
}