What's the value of `c`? Or should it give an error somehow?
    
    
    type
      unordered_enum = enum
        a = 2
        b = 0
        c
        d = 1
    
    
    Run

Reply via email to