ISO/IEC 9899:201x, разделе 6.3.2.3 Pointers, параграф 7: A pointer to an object type may be converted to a pointer to a different object type. If the
resulting pointer is not correctly aligned for the referenced type, the behavior is
undefined. Otherwise, when converted back again, the result shall compare equal to the
original pointer. When a pointer to an object is converted to a pointer to a character type,
the result points to the lowest addressed byte of the object. Successive increments of the
result, up to the size of the object, yield pointers to the remaining bytes of the object
Тип, лежащий в "упакованной структуре" не может являться типом int (потому, что тип int не может лежать по нечётному, невыровненному адресу). И вот этот новый неведомый тип (для которого в компиляторе тип отсутствует) привели к int. Дальше компилятор вправе сгенерировать код, который сделает system("format C:").