mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-06-03 23:46:00 +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.