// #failed: resolve
// #error: break outside of a for loop is illegal

main :: proc() {
    break;
}