>>108
ISO/IEC 9899:1999
Annex J J.1 Unspecified behaviour
The following are unspecified:
- The value of a union member other than the last one stored into (6.2.6.1).
§6.2.6.1/7: When a value is stored in a member of an object of union type, the bytes of the object representation that do not correspond to that member but do correspond to other members take unspecified values, but the value of the union object shall not thereby become a trap representation.