The following code causes this error (found in nim-xv6):
    
    
    type
      SegDescPointer* = ptr array [8, int8]
    
    Run

How to write this definition correctly?

Reply via email to