generateInitGlobalsToZero

Generate an implementation of InitGlobal that initialize all globals to zero.

It thus emulates what the compiler do with the .bss-segment during cbegin.

@safe
void
generateInitGlobalsToZero
(
LookupGlobalT
)
(
ref CppClass c
,,,
LookupGlobalT lookup
)

Meta