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