What is printed, and what does the result reveal about how `any P` existentials are laid out?protocol P {} print(MemoryLayout<any P>.size)