✓
Passing This code compiles and runs correctly.
Code
// Test: @loop without matching #loop
// GOOD: Backend catches with "Unknown label referenced"
~event foo {}
~foo() |> @loop
Must fail at runtime:
Program must error when executed.
Test Configuration
Expected Error:
Unknown label referenced