type XX* {.size: sizeof(cint), pure.} = enum
      ab = 0,
      be = XX.ab,
      ed = 1
    
    
    Run

main.nim(3, 8) Error: invalid order in enum 'be'

What's the point of enum order anyway?

Reply via email to