codegen.c: should not `loop_push()` before constant folding.
Otherwise, the following code will crash: ```ruby 1.times{{}until 1; break} ```
Showing
Please register or sign in to comment
Otherwise, the following code will crash: ```ruby 1.times{{}until 1; break} ```