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