On Tue Aug 26 11:21:02 2025 +0000, Piotr Caban wrote:
It's only guaranteed that the first element and padding is zeroed in `union value value = {0};` case. So in this case only first byte of the union gets initialized.
Ah right, that makes sense. Thanks.