Controls the use of constant propagation optimization at low-level.
#pragma const_propag on | off | reset
If you enable this pragma, the compiler replaces the use of variable with the constants assigned to the variable.
This pragma corresponds to -const_propag command line option.