summaryrefslogtreecommitdiff
path: root/test/regress/2330.test
Commit message (Collapse)AuthorAgeFilesLines
* Restore expr context after calc, #2330 #2343Tavis Ormandy2024-07-081-0/+14
Part of the expr_t::compile() process is to store the current scope, but In post_t::add_to_value that scope is temporary and on the stack. Restore the original context after that process is complete.