aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/break-rust3.rs
blob: b18666a6b722f262821c60f939dfbd8aae0feb92 (plain)
1
2
3
4
fn main() {
    break rust;
    // { dg-ice "are you trying to break rust? how dare you?" }
}