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