aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/break-rust2.rs
blob: d02589e6bccda3dc6e7198477eeb7bcda4908352 (plain)
1
2
3
4
fn main() {
    break (rust);
    // { dg-error "failed to find name: rust" "" { target *-*-* } .-1 }
}