On Thursday, 2 April 2026 at 17:37:18 UTC, Patrick Schluter wrote: > To make sure to get a compilation error one has to use compiler > extensions, which gives a non trivial code. One can do equivalent in standard C (C11) by making use of _Generic. DF