067 orphan loop jump

✓ Passing This code compiles and runs correctly.

Code

// Test: @loop without matching #loop
// GOOD: Backend catches with "Unknown label referenced"

~event foo {}
| done {}

~foo()
| done |> @loop
input.kz

Test Configuration

Expected Behavior:

BACKEND_RUNTIME_ERROR

Expected Error:

Unknown label referenced