Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
continue1.rs
blob: 2955a5171c674d35c154860a88a1f220eaba4473 [
file
] [
log
] [
blame
]
fn
main
()
{
let
mut
a
=
1
;
let
mut
b
=
1
;
let
_fib
=
{
continue
;
// { dg-error ".continue. outside of a loop" }
123
};
}