On 8/16/2026 8:52 PM, Richard (Rikki) Andrew Cattermole wrote:
> Except that isn't quite true ;)
>
> ```d
> struct S {}
> static assert(S.sizeof <= 1);
> ```
It's a good point, but it still affects calling conventions because it affects
the size of a struct.