✓
Passing This code compiles and runs correctly.
Code
// This should fail: calling an event that doesn't exist
~event main {}
~proc main|zig {
const result = nonexistent_event.handler(.{ .x = 10 });
}
~main()
Must fail at backend compile:
Code generation must reject the program.
Test Configuration
Expected Error:
error: