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 {}

~foo() |> @loop
input.kz

Must fail at runtime:

Program must error when executed.

Test Configuration

Expected Error:

Unknown label referenced