mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-05-11 04:31:28 +02:00
It is now possible to add label scopes in IrFunction and all labels names will be prefixed accordingly. Also disallow goto into finally blocks. Fixes nocompile/finally_02 and others.