On 8/16/2026 1:30 AM, libxmoc wrote: > Would scoping 0 initialization to extern(C) struct (or under -betterC) make > sense as a compromise? It would break the language into two incompatible dialects. extern(C) is not for semantic differences, it is just to match C calling conventions.