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.
This pragma does not correspond to any panel setting. To check this setting, use __option (explicit_zero_data), described in Checking Settings. The default setting is off.