Format:
PRAGMA OPT CEXPR_REDUCE { YES | NO | }
* YES -- constant expression reduction is performed |
NO -- constant expression reduction is no performed |
nb: disabling this will cause the backend code generators to fail, so only do so if `PRAGMA DEBUG CODEGEN OFF' is specified.