aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/break-rust2.rs
blob: 8a6218a4bd1aaeef044eeac2fd8435bcc75eff9a (plain)
1
2
3
4
fn main() {
    break (rust);
    // { dg-error "cannot find value .rust. in this scope" "" { target *-*-* } .-1 }
}