Controls the placement of zero-initialized data.
#pragma explicit_zero_data on | off | reset
Places zero-initialized data into the initialized data section instead of the BSS section when on.
By default, this pragma is off.