| ... | @@ -2496,6 +2496,7 @@ or | ... | @@ -2496,6 +2496,7 @@ or |
| 2496 | {#header_open|packed union#} | 2496 | {#header_open|packed union#} |
| 2497 | <p>A {#syntax#}packed union{#endsyntax#} has well-defined in-memory layout and is eligible | 2497 | <p>A {#syntax#}packed union{#endsyntax#} has well-defined in-memory layout and is eligible |
| 2498 | to be in a {#link|packed struct#}.</p> | 2498 | to be in a {#link|packed struct#}.</p> |
| | 2499 | <p>All fields in a packed union must have the same {#link|@bitSizeOf#}.</p> |
| 2499 | {#header_close#} | 2500 | {#header_close#} |
| 2500 | | 2501 | |
| 2501 | {#header_open|Anonymous Union Literals#} | 2502 | {#header_open|Anonymous Union Literals#} |