✓
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
Test Configuration
Expected Behavior:
BACKEND_RUNTIME_ERRORExpected Error:
Unknown label referenced