type p = ptr UncheckedArray[char]
    doAssert p is ptr UncheckedArray
    
    
    Run

In the previous version, the assertion didn't raise.

Reply via email to