Sign in
rust
/
cargo
/
HEAD
/
.
/
crates
/
rustfix
/
tests
/
everything
/
lt-generic-comp.fixed.rs
blob: 533c91734d0e018e7c02f08e4029422c43715f71 [
file
] [
log
] [
blame
]
fn
main
()
{
let
x
=
5i64
;
if
(
x
as
u32
)
<
4
{
println
!(
"yay"
);
}
}