mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
IRGen crashed in case an enum, which has a 24 bit payload (e.g. three `UInt8`), is used as a payload of another enum, e.g. `Optional`, in a statically initialized global variable. rdar://112823823