Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
cast4.rs
blob: 22ac0c5acf7edfb4e291a53239ad24b1e75cb891 [
file
] [
log
] [
blame
]
fn
main
()
{
let
a
:
i32
=
123
;
let
u
=
a
as
bool
;
// { dg-error "cannot cast .i32. as .bool." "" { target *-*-* } .-1 }
}