label scope errors

✓ Passing Passing: the compiler rejects this program as expected.

Code

input.kz

Actual compiler output

error[KORU041]: unknown label '@loop'
  --> tests/regression/000_CORE_LANGUAGE/040_CONTROL_FLOW/206_label_scope_errors/input.kz:39:0

❌ Compiler coordination error: Unknown label referenced
   (set KORU_BACKEND_TRACE=1 for the backend return trace)

Must contain:

unknown label

Flows

flow ~start click a branch to expand · @labels scroll to their anchor
start
flow ~start click a branch to expand · @labels scroll to their anchor
start

Test Configuration

MUST_ERROR