090 unknown label error

✓ Passing This code compiles and runs correctly.

Code

// Test: Unknown label should produce a clear error message

~event foo {}
| done {}

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

Test Configuration

Expected Behavior:

BACKEND_COMPILE_ERROR

Expected Error:

unknown label '@missing'