case token.Break:
        curLoop := c.currentLoop()
        if curLoop == nil {
            return c.errorf(node, "break not allowed outside loop")
        }